wideIntImpl.opUnary

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

Meta