BitInt.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BitInt!T opAssign(S rhs)
    struct BitInt(T = size_t)
    opAssign
    (
    S
    )
    (
    S rhs
    )
    if (
    !isArray!S
    )
  2. BitInt!T opAssign(uint8_t[] states)
  3. T opAssign(T state)
  4. T opAssign(T state)

Meta