SafeInt.abs

See safeOp.

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

Meta