wideIntImpl.opAssign

Assign with a smaller wide integer (sign is extended accordingly).

  1. self opAssign(T n)
  2. self opAssign(T n)
  3. self opAssign(T n)
  4. self opAssign(T n)
    struct wideIntImpl(bool signed, int bits)
    ref pure nothrow
    self
    opAssign
    (
    T
    )
    (
    T n
    )
    if (
    is(typeof(T._isWideIntImpl)) &&
    T._bits < bits
    )

Meta