BitArray.opOpAssign

Updates the contents of this array with the result of this array concatenated with the supplied array.

  1. BitArray opOpAssign(BitArray rhs)
  2. BitArray opOpAssign(BitArray rhs)
  3. BitArray opOpAssign(bool b)
  4. BitArray opOpAssign(BitArray rhs)
    struct BitArray
    opOpAssign
    (
    string op : "~"
    )

Parameters

op

operation to perform

rhs BitArray

The array with which to perform the concatenation operation.

Return Value

Type: BitArray

A shallow copy of this array.

Meta