cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
SList.insertBack
cachetools
containers
lists
SList
insert item at back
struct
SList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
insertBack
@
safe
nothrow
(
T
v
)
out { assert (_first !is null && _last !is null); }
Meta
Source
See Implementation
cachetools
containers
lists
SList
functions
back
clear
empty
front
insertBack
insertFront
length
popFront
range
remove_by_predicate
insert item at back