BufferedOutputRange.flush

Writes the internal buffer to the output stream and flush the output stream.

struct BufferedOutputRange(OutputTarget)
void
flush
()
if (
isFileHandle!(Unqual!OutputTarget) ||
isOutputRange!(Unqual!OutputTarget, char)
)

Meta