- decStr
RevFillStr!(decChars!I) decStr(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
- formatStringArgCount
enum formatStringArgCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- formattedWrite
char[] formattedWrite(char* buffer, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- formattedWriteItem
void formattedWriteItem(char* buffer, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- formattedWriteItem
void formattedWriteItem(char* buffer, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- formattedWriteItem
void formattedWriteItem(char* buffer, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- formattedWriteItem
void formattedWriteItem(char* buffer, void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- hexStrLower
char[2 * U.sizeof] hexStrLower(Unqual!U n)
Converts an unsigned type into a fixed width 8 digits hex string using lower-case letters.
- hexStrUpper
char[2 * U.sizeof] hexStrUpper(U n)
Converts an unsigned type into a fixed width 8 digits hex string using upper-case letters.
- spaceRequirements
enum spaceRequirements()
Undocumented in source. Be warned that the author may not have intended to support it.
Functions for formatting data into strings and back.