The OpenD Programming Language

Decimal.toString

  1. void toString(W w, NumericSpec spec)
    struct Decimal(uint size64)
    const scope
    void
    toString
    (
    C = char
    W
    )
    if (
    size64 &&
    size64 <= ushort.max
    )
  2. immutable(C)[] toString(NumericSpec spec)

Meta