formatDecimal

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

Meta