Integer.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opUnary()
  2. auto ref opUnary()
  3. auto opUnary()
    struct Integer(T, char E)
    const
    static if(signed)
    opUnary
    (
    string op
    )
    ()
    if (
    op == "+" ||
    op == "-"
    )
  4. auto opUnary()

Meta