IndentedStringBuilder

Keeps track of indentation level while building up a string

Constructors

this
this()
Undocumented in source.
this
this(string t)
Undocumented in source.

Members

Functions

format
string format(string line)

Formats the input line while keeping track of indentation.

format
string format(string[] lines)

Formats the input lines while keeping track of indentation

setIndent
void setIndent(string t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

paramList
bool paramList;
Undocumented in source.
statement
bool statement;
Undocumented in source.
tabs
string tabs;
Undocumented in source.

Meta