BitArray.opCom

Generates a copy of this array with the unary complement operation applied.

struct BitArray
opCom
()

Return Value

Type: BitArray

A new array which is the complement of this array.

Meta