SafeInt.opBinary

See safeOp.

  1. M opBinary(const M right)
  2. SafeInt!(OpType!(N, op, BasicScalar!M), .max(policy, intFlagPolicyOf!M), bitOps && hasBitOps!M) opBinary(const M right)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    SafeInt!(OpType!(N, op, BasicScalar!M), .max(policy, intFlagPolicyOf!M),
    bitOps &&
    )
    opBinary
    const @safe
    (
    string op
    M
    )
    (
    const M right
    )
    if (
    isSafeInt!M ||
    isFixedPoint!M
    )
    if (
    isIntegral!N &&
    isUnqual!N
    )
  3. SafeInt!(OpType!(M, op, N), policy, bitOps) opBinaryRight(const M left)
  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