FormatOutput.this

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

  1. this(OutputStream output, const(T[]) eol)
  2. this(Layout!(T) convert, OutputStream output, const(T[]) eol)
    class FormatOutput(T)
    this
    (,
    OutputStream output
    ,
    const(T[]) eol = Eol
    )

Meta