TextSink

Undocumented in source.

Members

Functions

clear
void clear()
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.
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.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Buffer!char data;
Undocumented in source.

Meta