xor

fun xor(another: BitSet)(source)

Performs a logical xor operation over corresponding bits of this and another BitSets. The result is saved in this BitSet.

Since Kotlin

1.3