formatDecimal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char[] formatDecimal(char[] buf, T val)
  2. char[] formatDecimal(char[] buf, bool val)
    @nogc pure nothrow
    char[]
    formatDecimal
    (
    char[] buf
    ,
    bool val
    )

Meta