Chunks

Reads chunks from an array of bytes.

Members

Functions

empty
bool empty()

Range primitives.

front
Chunk 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.

Variables

data
ubyte[] data;

The array of bytes.

Meta