ListCommon.Impl

Undocumented in source.

Members

Aliases

ForwardIterator
alias ForwardIterator = Iterator!true
Undocumented in source.
ReverseIterator
alias ReverseIterator = Iterator!false
Undocumented in source.
add
deprecated alias add = pushBack
Undocumented in source.

Functions

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.
popBack
NODEREF popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
NODEREF popFront()
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.
pushFront
void pushFront(NODEREF node)
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.
remove
void remove(I iterator)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
auto ref back [@property getter]
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.
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.

Structs

Iterator
struct Iterator(bool FORWARD)
Undocumented in source.

Meta