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()
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    const
    SmartInt!(Signed!N, bitOps, throws)
    opUnary
    (
    string op
    )
    ()
    if (
    op == "+" ||
    op == "-"
    )
    if (
    isIntegral!N &&
    )
  3. typeof(this) opUnary()

Meta