BitArray.opCatAssign

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

  1. BitArray opCatAssign(bool b)
    struct BitArray
    opCatAssign
    (
    bool b
    )
  2. BitArray opCatAssign(const(BitArray) rhs)

Return Value

Type: BitArray

A shallow copy of this array.

Meta