Decimal.toDecimalString

Decimal strings

Special Values: Quiet Not A Number = NaN Signal Not A Number = sNaN Infinite = Infinity

If negative, then all of above have - pre-pended

  1. auto toDecimalString()
  2. void toDecimalString(Writer w)
    struct Decimal(Hook = Abort)
    const
    void
    toDecimalString
    (
    Writer
    )
    (
    auto ref Writer w
    )
    if (
    isOutputRange!(Writer, char)
    )

Meta