- pushFront
void pushFront(NODEREF node)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushBack
void pushBack(NODEREF node)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
deprecated alias add = pushBack
Undocumented in source.
- popFront
NODEREF popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- popBack
NODEREF popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(NODEREF node)
Undocumented in source. Be warned that the author may not have intended to support it.
- Iterator
struct Iterator(bool FORWARD)
Undocumented in source.
- ForwardIterator
alias ForwardIterator = Iterator!true
Undocumented in source.
- ReverseIterator
alias ReverseIterator = Iterator!false
Undocumented in source.
- iterator
auto iterator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- reverseIterator
auto reverseIterator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(I iterator)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref typeof(mixin (q{NODEREF.init} ~ ITEM_EXPR))) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- back
auto ref back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.