SafeInt.opCmp

See safeOp.

  1. auto opCmp(const M right)
  2. int opCmp(const M right)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    int
    opCmp
    const pure @safe nothrow @nogc
    (
    M
    )
    (
    const M right
    )
    if (
    isSafeInt!M ||
    isFixedPoint!M
    )
    if (
    isIntegral!N &&
    isUnqual!N
    )
  3. typeof(this) opUnary()
  4. typeof(this) opUnary()
  5. typeof(this) abs()

Meta