Fixed.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Fixed opUnary()
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    opUnary
    (
    string s
    )
    ()
    if (
    s == "--" ||
    s == "++"
    )
    if (
    isIntegral!V
    )
  2. Fixed opUnary()

Meta