Output

class Output {
size_t marginSize;
size_t indentSize;
}

Members

Functions

adaptiveLine
Indent adaptiveLine(in SourceRange extent, in Char[] fmt, Args args)

adaptiveLine adds a line to the output that is automatically broken to multiple lines, if it's too long (80 characters).

Meta