ReadRangeSplitter

Constructs range of chunks where sum { fn(read) | read in chunk } does not exceed given number.

Constructors

this
this(R range, size_t threshold, bool split_by_ref)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ElementType!R[] front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta