format

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] format(T[] dst, NumType x, int decimals, int e, bool pad)
  2. T[] format(T[] dst, D x, U decimals, int e, bool pad)
  3. T[] format(T[] dst, NumType x, uint decimals, int e, bool pad)
    version(float_old)
    T[]
    format
    (
    T
    )
    (
    T[] dst
    ,
    NumType x
    ,
    uint decimals = Dec
    ,
    int e = Exp
    ,
    bool pad = Pad
    )

Meta