wideIntImpl.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. self opUnary()
  2. self opUnary()
    struct wideIntImpl(bool signed, int bits)
    pure nothrow
    self
    opUnary
    (
    string op
    )
    ()
    if (
    op == "++" ||
    op == "--"
    )

Meta