SafeInt.abs

See safeOp.

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

Meta