currency.opUnary

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

Meta