Builder

Undocumented in source.

Members

Functions

block
auto block()

Block management.

build
Chunk[] build()
Undocumented in source. Be warned that the author may not have intended to support it.
clearSeparator
void clearSeparator()
Undocumented in source. Be warned that the author may not have intended to support it.
indent
auto indent(uint level)

Indentation and alignement.

newline
void newline(int nLines)
Undocumented in source. Be warned that the author may not have intended to support it.
space
void space()
Undocumented in source. Be warned that the author may not have intended to support it.
span
auto span(T args)

Span management.

spliceSpan
auto spliceSpan(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
split
void split(bool glued, bool continuation)
Undocumented in source. Be warned that the author may not have intended to support it.
unindent
auto unindent(uint level)
Undocumented in source. Be warned that the author may not have intended to support it.
virtualSpan
auto virtualSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string s)

Write into the next chunk.

Meta