containers ~master (2022-06-01T03:07:53.4795021)
Dub
Repo
SList.insertFront
containers
slist
SList
Inserts an item at the front of the list.
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
@
trusted
void
insertFront
(
T
t
)
Meta
Source
See Implementation
containers
slist
SList
aliases
insert
opSlice
put
constructors
this
destructors
~this
functions
clear
empty
front
insertFront
length
moveFront
opOpAssign
popFront
range
remove
postblits
this(this)
Inserts an item at the front of the list.