SafeInt.opAssign

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

Meta