PrettyPrinters.Indenter

A pretty-printer that indents the nodes with a tabulation character '\t' per level of nesting.

Alias This

minimalizer

Members

Functions

beforeNode
void beforeNode(Out output)
Undocumented in source. Be warned that the author may not have intended to support it.
decreaseLevel
void decreaseLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
increaseLevel
void increaseLevel()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

afterNode
enum StringType afterNode;
Undocumented in source.
attributeDelimiter
enum StringType attributeDelimiter;
Undocumented in source.
indentation
uint indentation;
Undocumented in source.
minimalizer
Minimalizer!StringType minimalizer;
Undocumented in source.
tab
enum StringType tab;
Undocumented in source.

Meta