wideIntImpl.opAssign

Assign with a wide integer of the same size (sign is lost).

  1. self opAssign(T n)
  2. self opAssign(T n)
  3. 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
    )
  4. self opAssign(T n)

Meta