BitArray.opAnd

Generates a new array which is the result of a bitwise and operation between this array and the supplied array.

struct BitArray
opAnd

Parameters

rhs BitArray

The array with which to perform the bitwise and operation.

In: rhs.length must equal the length of this array.

Return Value

Type: BitArray

A new array which is the result of a bitwise and with this array and the supplied array.

Meta