FixedBufferBase.flush

Writes any pending data to the underlying stream.

struct FixedBufferBase(Stream)
static if(isSink!Stream)
void
flush
()
if (
is(Stream == struct) &&
)

Meta