FixedRingBuffer.Range

Undocumented in source.
struct FixedRingBuffer(T, size_t N = 0, bool INITIALIZE = true)
static
struct Range {}

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
inout(T) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta