SafeInt.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. M opBinary(M right)
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc const
    M
    opBinary
    (
    string op
    M
    )
    (
    const M right
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. SafeInt!(OpType!(N, op, BasicScalar!M), bitOps && hasBitOps!M, throws || isThrowingCInt!M) opBinary(M right)

Meta