SafeInt.opBinaryRight

See safeOp.

  1. M opBinaryRight(M left)
  2. SafeInt!(OpType!(M, op, N), policy, bitOps) opBinaryRight(M left)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    const @safe
    SafeInt!(OpType!(M, op, N), policy, bitOps)
    opBinaryRight
    (
    string op
    M
    )
    (
    const M left
    )
    if (
    isIntegral!N &&
    )

Meta