BitArray.opOpAssign

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

  1. BitArray opOpAssign(bool b)
    struct BitArray
    opOpAssign
    (
    string op
    )
    (
    bool b
    )
    if (
    op == "~"
    )
  2. BitArray opOpAssign(const(BitArray) rhs)

Return Value

Type: BitArray

A shallow copy of this array.

Meta