CfParser.intToStr
string intToStr(size_t n) @safe pure nothrowConverts an integer to a string without using std.conv.
Parameters
n | The integer to convert |
Returns
String representation of the integer.
string intToStr(size_t n) @safe pure nothrowConverts an integer to a string without using std.conv.
n | The integer to convert |