The OpenD Programming Language

Decimal.toString

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

Meta