SafeInt.abs

See safeOp.

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

Meta