- decCharsVal
size_t decCharsVal(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- decCharsVal
size_t decCharsVal(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- decStr
RevFillStr!(decChars!I) decStr(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
- decStr
RevFillStr!(decChars!I) decStr(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
- escapedLength
size_t escapedLength(string str)
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.
- indexOf
ptrdiff_t indexOf(T s, string arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOf
ptrdiff_t indexOf(T s, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isValidDchar
bool isValidDchar(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.