Fixed.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toString()
  2. void toString(Out outRange)
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    const
    void
    toString
    (
    Out
    )
    (
    auto ref Out outRange
    )
    if (
    is(typeof(formattedWrite!"test"(outRange)))
    )
    if (
    isIntegral!V
    )

Meta