SafeInt.opCmp

See safeOp.

  1. auto opCmp(M right)
  2. int opCmp(M right)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    const pure @safe nothrow @nogc
    int
    opCmp
    (
    M
    )
    (
    const M right
    )
    if (
    isIntegral!N &&
    )
  3. SafeInt!(OpType!(op, N), policy, bitOps) opUnary()
  4. typeof(this) opUnary()
  5. SafeInt!(CallType!(std.math.abs, N), policy, bitOps) abs()

Meta