SafeInt.opUnary

See safeOp.

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

Meta