Buffered

Undocumented in source.
struct Buffered (
W
E
size_t bufferSize = defaultBufferSize
) if (
isOutputRange!(W, E[]) &&
bufferSize < 16777216
) {}

Constructors

this
this(W w)
Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(E[] e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(E e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta