- backNode
inout(Node*) backNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
List dup [@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.
- frontNode
inout(Node*) frontNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
A doubley-linked list with a deliberately leaky abstraction. This container is explicitly for use with the anansi graph classes.