dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
SList.insertBack
cachetools
containers
lists
SList
Undocumented in source.
struct
SList
(T, Allocator = Mallocator)
@
safe
nothrow
void
insertBack
(
T
v
)
out { assert (_first !is null && _last !is null); }
Meta
Source
See Implementation
cachetools
containers
lists
SList
aliases
allocator
opSlice
destructors
~this
functions
back
clear
empty
front
insertBack
insertFront
length
popFront
range
remove_by_predicate
postblits
this(this)
structs
_Node
variables
_first
_last
_length