StringBufferImpl.OutputRange

Undocumented in source.

Members

Functions

put
void put(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char) c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
StringBufferImpl!(stackLen)* buf;
Undocumented in source.

Meta