IndentTextSink

Undocumented in source.

Members

Functions

pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] str)
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.
putf
void putf(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putfln
void putfln(const(char)[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
putln
void putln(const(char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indentSize
int indentSize;
Undocumented in source.
sink
TextSink sink;
Undocumented in source.

Meta