BufferedOutputRange.appendln

Appends data plus a newline to the output buffer. The output buffer is flushed if it has reached flushSize.

struct BufferedOutputRange(OutputTarget)
bool
appendln
(
T...
)
()
if (
isFileHandle!(Unqual!OutputTarget) ||
isOutputRange!(Unqual!OutputTarget, char)
)

Meta