StdoutStream

Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin StreamWriteln
Undocumented in source.

Mixed In Members

From mixin StreamWriteln

newLine
string newLine;
Undocumented in source.
indentation
int indentation;
Undocumented in source.
indentString
string indentString;
Undocumented in source.
indent
void indent()

Increase indentation. Does not write.

dedent
void dedent()

Decrease indentation to a minimum of 0. Does not write.

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

Meta