CursorByteRange

ByteRange that takes its data from Cursor. Optionally stopping before data is exhausted.

Constructors

this
this(C input, ulong len, size_t chunkSize)
Undocumented in source.

Members

Functions

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

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
ByteChunk front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta