DList

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

insertFront
alias insertFront = insert_first
Undocumented in source.

Functions

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.

Structs

Node
struct Node(T)
Undocumented in source.

Meta