Buffered.flush

Undocumented in source. Be warned that the author may not have intended to support it.
struct Buffered(W, E, size_t bufferSize = defaultBufferSize)
void
flush
()
if (
isOutputRange!(W, E[]) &&
bufferSize < 16777216
)

Meta