SafeInt.opBinaryRight

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

Meta