jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
Buffered
jaypha
range
Undocumented in source.
struct
Buffered (
W
E
size_t
bufferSize
=
defaultBufferSize
)
if
(
isOutputRange
!(
W
,
E
[]) &&
bufferSize
< 16777216
) {
this
(W w);
void
put
(E e);
void
put
(E[] e);
void
flush
();
}
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
Source
See Implementation
jaypha
range
functions
buffered
byChunk
byLines
drain
unPopable
manifest constants
defaultBufferSize
structs
Buffered
ByChunk
ByLines
UnPopable