_LinkedList.Range

Undocumented in source.
struct _LinkedList(T, string nextAttr, string prevAttr, string ownerAttr, 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
bool 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.
list
_LinkedList* list;
Undocumented in source.

Meta