signedToTempString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char[] signedToTempString(long value, char[] buf, uint radix)
  2. auto signedToTempString(long value, uint radix)
    @safe nothrow @safe
    signedToTempString
    (
    long value
    ,
    uint radix = 10
    )

Meta