IndentedStringAppender

Undocumented in source.

Members

Functions

data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
indent
void indent()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string[] ss)
Undocumented in source. Be warned that the author may not have intended to support it.
putIndent
void putIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
putLn
void putLn(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
putLn
void putLn(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
putLn
void putLn(string[] ss)
Undocumented in source. Be warned that the author may not have intended to support it.
undent
void undent()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

appender
Appender!string appender;
Undocumented in source.
beginLine
bool beginLine;
Undocumented in source.
i
int i;
Undocumented in source.

Meta