_LinkedQueue.Range

Undocumented in source.
struct _LinkedQueue(T, string nextAttr, bool withLength)
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
empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

front
T front;
Undocumented in source.

Meta