Queue

Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(NodeAccessor) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
RefRange opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(Item item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Item item)
Undocumented in source. Be warned that the author may not have intended to support it.
valueRange
ValueRange valueRange()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Node
struct Node
Undocumented in source.
NodeAccessor
struct NodeAccessor
Undocumented in source.

Variables

first
Node* first;
Undocumented in source.
firstFree
Node* firstFree;
Undocumented in source.
last
Node* last;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta