nandInPlace

infix fun nandInPlace(other: BitArray)(source)

Performs a bitwise NAND with other in place, modifying this array.

Parameters

other

another BitArray of same size.

Throws

if arrays are not the same size.