BufferedOutputRange.append

Appends data to the output buffer. The output buffer is flushed if the appended data ends in a newline and the output buffer has reached flushSize.

struct BufferedOutputRange(OutputTarget)
void
append
(
T...
)
()
if (
isFileHandle!(Unqual!OutputTarget) ||
isOutputRange!(Unqual!OutputTarget, char)
)

Meta