ChunkedBufferChunks

Undocumented in source.

Constructors

this
this(T*[] chunks, size_t length, size_t firstChunkOffset)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
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.
save
auto save()
Undocumented in source. Be warned that the author may not have intended to support it.
toChunkedRange
ChunkedRange!T toChunkedRange()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

chunksLeft
size_t chunksLeft;
Undocumented in source.
front
T[] front;
Undocumented in source.
itemsLeft
size_t itemsLeft;
Undocumented in source.

Meta