SafeInt.opBinaryRight

See safeOp.

  1. M opBinaryRight(const M left)
  2. SafeInt!(OpType!(M, op, N), policy, bitOps) opBinaryRight(const M left)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    SafeInt!(OpType!(M, op, N), policy, bitOps)
    opBinaryRight
    const @safe
    (
    string op
    M
    )
    (
    const M left
    )
    if (
    isFixedPoint!M
    )
    if (
    isIntegral!N &&
    isUnqual!N
    )
  3. SafeInt!(OpType!(N, op, BasicScalar!M), .max(policy, intFlagPolicyOf!M), bitOps && hasBitOps!M) opBinary(const M right)
  4. typeof(this) opOpAssign(const M right)
  5. auto mulPow2(const M exp)
  6. auto mulPow2(const M exp)
  7. auto divPow2(const M exp)
  8. auto divPow2(const M exp)
  9. auto modPow2(const M exp)
  10. auto modPow2(const M exp)

Meta