TextOutput

Output is buffered.

class TextOutput : FormatOutput!(char) {}

Constructors

this
this(OutputStream output)

Construct a FormatOutput instance, tying the provided stream to a layout formatter.

Meta