BitArray.opBinaryRight

Generates a new array which is the result of this array concatenated with the supplied array.

struct BitArray
opBinaryRight
(
string op : "~"
)
(
bool lhs
)

Parameters

op

operation to perform

Return Value

Type: BitArray

A new array which is the result of this array concatenated with the supplied array.

Meta