SafeInt.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opAssign(N bscal)
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc ref
    typeof(this)
    opAssign
    (
    const N bscal
    )
    if (
    isIntegral!N &&
    )
  2. typeof(this) opAssign(M that)

Meta