dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
DList.insert_first
cachetools
containers
lists
DList
Undocumented in source.
struct
DList
(T, Allocator = Mallocator)
@
safe
nothrow
Node
!
T
*
insert_first
(
T
v
)
out { assert (_length > 0); assert (_head !is null && _tail !is null); }
Meta
Source
See Implementation
cachetools
containers
lists
DList
aliases
insertFront
functions
head
insert_first
insert_last
length
move_to_tail
remove
tail
postblits
this(this)
structs
Node