- pushFrontvoid pushFront(NODEREF node) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pushBackvoid pushBack(NODEREF node) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- adddeprecated alias add = pushBack 
- Undocumented in source. 
- popFrontNODEREF popFront() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- popBackNODEREF popBack() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removevoid remove(NODEREF node) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- Iteratorstruct Iterator(bool FORWARD) 
- Undocumented in source. 
- ForwardIteratoralias ForwardIterator = Iterator!true 
- Undocumented in source. 
- ReverseIteratoralias ReverseIterator = Iterator!false 
- Undocumented in source. 
- iteratorauto  iterator [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- reverseIteratorauto  reverseIterator [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removevoid remove(I iterator) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opApplyint 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. 
- emptybool empty [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- frontauto ref  front [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- backauto ref  back [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Container for user-specified list nodes. Use together with *ListLink.