kotlin-stdlib / kotlin.native / BitSet / xor xor Native 1.3 fun xor(another: BitSet) Performs a logical xor operation over corresponding bits of this and another BitSets. The result is saved in this BitSet.