fast.format

Functions for formatting data into strings and back.

Members

Enums

decChars
eponymoustemplate decChars(T)
Undocumented in source.

Functions

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.

Structs

RevFillStr
struct RevFillStr(size_t n)
Undocumented in source.

Templates

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

Meta