cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
DList.insert_last
cachetools
containers
lists
DList
insert item at list back.
alias
insertBack
=
insert_last
Node
!
T
*
insert_last
(
T
v
)
struct
DList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
Node
!
T
*
insert_last
@
safe
nothrow
(
T
v
)
out { assert (_length > 0); assert (_head !is null && _tail !is null); }
Meta
Source
See Implementation
cachetools
containers
lists
DList
aliases
insertBack
insertFront
functions
clear
head
insert_first
insert_last
length
move_to_head
move_to_tail
popBack
popFront
range
remove
tail
structs
Node
insert item at list back.