SmartInt.opUnary

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

Meta