toDec

Writes n as decimal number to buf (right-aligned), returns slice of buf containing result.

  1. char[] toDec(N o, char[U] buf)
    pure
    char[]
    toDec
    (
    N : ulong
    size_t U
    )
    (
    N o
    ,
    ref char[U] buf
    )
  2. string toDec(T n)

Meta