m3 ~master (2015-04-08T21:25:04Z)
Home
Dub
Repo
DoubleLinkedList.pushFront
m3
List
DoubleLinkedList
Undocumented in source. Be warned that the author may not have intended to support it.
struct
DoubleLinkedList
(T)
@
nogc
nothrow
void
pushFront
(
U
:
T
)
(
auto
ref
U
item
)
Meta
Source
See Implementation
m3
List
DoubleLinkedList
destructors
~this
functions
erase
popBack
popFront
pushBack
pushFront
properties
end
front
length
structs
Node