SafeInt.opUnary

See safeOp.

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

Meta