currency.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opUnary()
    struct currency(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
    opUnary
    (
    string s
    )
    ()
    if (
    s == "--" ||
    s == "++"
    )
  2. T opUnary()

Meta