An int printing function that doesn't need to import Phobos. Can do some of the things std.conv.to and std.format.format do.
The buffer must be sized to hold the converted number. 32 chars is enough for most anything.
the slice of buffer containing the converted number.
See Implementation
An int printing function that doesn't need to import Phobos. Can do some of the things std.conv.to and std.format.format do.
The buffer must be sized to hold the converted number. 32 chars is enough for most anything.