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.

Meta