ListParts.Impl

Undocumented in source.

Members

Aliases

add
deprecated alias add = pushBack
Undocumented in source.

Mixins

common
mixin ListCommon.Impl!(Node*, HASPREV, HASTAIL, data) common
Undocumented in source.

Static functions

pushBack
Node* pushBack(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFront
Node* pushFront(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin ListCommon.Impl!(Node*, HASPREV, HASTAIL, data) common

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.

Meta