DList

Undocumented in source.

Members

Functions

first
inout(Element*) first()
Undocumented in source. Be warned that the author may not have intended to support it.
last
inout(Element*) last()
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
moveToFront
void moveToFront(Element* e)
Undocumented in source.
opSlice
Range!false opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Result!E pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
const(Element*) push(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Element* e)

Returns; true if the element was not found

revert
Range!true revert()
Undocumented in source. Be warned that the author may not have intended to support it.
shift
Result!E shift()
Undocumented in source. Be warned that the author may not have intended to support it.
unshift
Element* unshift(E e)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Element
struct Element
Undocumented in source.
Range
struct Range(bool revert)
Undocumented in source.

Meta