voxelman.utils.textformatter

Members

Functions

igTextf
void igTextf(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeFormattedText
const(char[]) makeFormattedText(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeFormattedTextPtrs
TextPtrs makeFormattedTextPtrs(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DigitSeparator
struct DigitSeparator(T, uint groupSize, char groupSeparator)
Undocumented in source.
TextPtrs
struct TextPtrs
Undocumented in source.

Variables

app
Appender!(char[]) app;
Undocumented in source.
buf
char[4 * 1024] buf;
Undocumented in source.

Meta

Authors

Andrey Penechko.