DoubleLinkedList

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

erase
void erase(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
pushBack
void pushBack(U item)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFront
void pushFront(U item)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

end
inout(Node*) end [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(Node*) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Node
struct Node
Undocumented in source.

Meta