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
    (
    string op
    )
    ()
    if (
    op.among!("++", "--")
    )
    if (
    isIntegral!N &&
    )
  3. int opCmp(M right)
  4. typeof(this) abs()

Meta