ByChunk

Undocumented in source.

Constructors

this
this(R range, size_t chunkSize)
Undocumented in source.

Members

Aliases

E
alias E = Unqual!(ElementType!R)
Undocumented in source.

Functions

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
bool empty;
Undocumented in source.
front
E[] front;
Undocumented in source.

Meta