nand

infix fun nand(other: BitArray): BitArray(source)

Returns a new BitArray which is the bitwise NAND of this and other.

Return

the result of the operation.

Parameters

other

another BitArray of same size.

Throws

if arrays are not the same size.