ChunkedBufferItemRange

Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

back
T back()
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.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t at)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
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

length
size_t length;
Undocumented in source.
start
size_t start;
Undocumented in source.

Meta