fast.format

Functions for formatting data into strings and back.

Members

Enums

decChars
eponymoustemplate decChars(T)
Undocumented in source.

Functions

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.

Structs

RevFillStr
struct RevFillStr(size_t n)
Undocumented in source.

Templates

decDigits
template decDigits(T)
Undocumented in source.
decDigits
template decDigits(T)
Undocumented in source.
hasKnownSpaceRequirement
template hasKnownSpaceRequirement(T)
Undocumented in source.
spaceRequirement
template spaceRequirement(string format, T)
Undocumented in source.
tokenizedFormatString
template tokenizedFormatString(string fmt)
Undocumented in source.

Meta