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

Meta