SafeInt.opBinary

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

Meta