bitvector-jvm-0.1.4 / net.onedaybeard.bitvector / BitVector / xor

xor

fun xor(other: BitVector): Unit (source)

Performs a logical XOR of this bit set with the bit set argument. This bit set is modified so that a bit in it has the value true if and only if one of the following statements holds:

Parameters

other -