andInPlace

infix fun andInPlace(other: BitArray)(source)

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

Parameters

other

another BitArray of same size.

Throws

if arrays are not the same size.