undead.doformat

Members

Classes

FormatException
class FormatException

Signals a mismatch between a format and its corresponding argument.

Enums

Mangle
enum Mangle
Undocumented in source.

Functions

doFormat
void doFormat(void delegate(dchar) putc, TypeInfo[] arguments, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

__pfloatfmt
char* function(int c, int flags, int precision, in real* pdval, char* buf, size_t* psl, int width) __pfloatfmt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Walter Bright, Andrei Alexandrescu, and Kenji Hara