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)
    @nogc ref pure nothrow
    self
    opAssign
    (
    T
    )
    (
    T n
    )
    if (
    T._bits < bits
    )

Meta