- head
Node!T* head()
Undocumented in source. Be warned that the author may not have intended to support it.
- insert_first
Node!T* insert_first(T v)
Undocumented in source.
- insert_last
Node!T* insert_last(T v)
Undocumented in source.
- length
ulong length()
Undocumented in source. Be warned that the author may not have intended to support it.
- move_to_tail
void move_to_tail(Node!T* n)
Undocumented in source.
- remove
bool remove(Node!T* n)
Undocumented in source.
- tail
Node!T* tail()
Undocumented in source. Be warned that the author may not have intended to support it.