BitArray.opBinaryRight

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

  1. BitArray opBinary(bool rhs)
  2. BitArray opBinaryRight(bool lhs)
    struct BitArray
    opBinaryRight
    (
    string op : "~"
    )
    (
    bool lhs
    )
  3. BitArray opBinary(BitArray rhs)

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