BitArray.opCat_r

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

struct BitArray
const
opCat_r
(
bool lhs
)

Return Value

Type: BitArray

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

Meta