SmartInt.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opUnary()
  2. SmartInt!(Signed!N, bitOps, throws) opUnary()
  3. typeof(this) opUnary()
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    ref
    typeof(this)
    opUnary
    (
    string op
    )
    ()
    if (
    op.among!("++", "--")
    )
    if (
    isIntegral!N &&
    )

Meta