wideIntImpl.opAssign

Assign with a smaller unsigned type.

  1. self opAssign(T n)
    struct wideIntImpl(bool signed, int bits)
    @nogc ref pure nothrow
    self
    opAssign
    (
    T
    )
    (
    T n
    )
    if (
    isIntegral!T &&
    isUnsigned!T
    )
  2. self opAssign(T n)
  3. self opAssign(T n)
  4. self opAssign(T n)

Meta