dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
MultiDList.insert_last
cachetools
containers
lists
MultiDList
Undocumented in source.
struct
MultiDList
(T, int N, Allocator = Mallocator)
@
safe
nothrow
Node
*
insert_last
(
T
v
)
out { assert (_length > 0); }
Meta
Source
See Implementation
cachetools
containers
lists
MultiDList
aliases
allocator
functions
clear
head
insert_last
length
move_to_tail
remove
tail
structs
Node