BitArray.opUnary

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

struct BitArray
opUnary
(
string op : "~"
)
()

Parameters

op

operation to perform

Return Value

Type: BitArray

A new array which is the complement of this array.

Meta