ChunkedRange

Undocumented in source.

Members

Functions

byItem
auto byItem()
Undocumented in source. Be warned that the author may not have intended to support it.
copyInto
void copyInto(T[] sink)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
joinedLength
size_t joinedLength()
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.

Variables

data0
void* data0;
Undocumented in source.
data1
void* data1;
Undocumented in source.
front
T[] front;
Undocumented in source.
itemsLeft
size_t itemsLeft;
Undocumented in source.
popFrontHandler
void function(ref T[], ref size_t, ref void*, ref void*) popFrontHandler;
Undocumented in source.

Meta