containers ~mutability-checks (2021-12-18T07:12:44.3029946)
Dub
Repo
SList.put
containers
slist
SList
Inserts an item at the front of the list.
struct
SList
(T)
alias
put
=
insert
Meta
Source
See Implementation
containers
slist
SList
aliases
insertFront
opSlice
put
destructors
~this
functions
clear
empty
front
insert
length
moveFront
opOpAssign
popFront
range
remove
postblits
this(this)
Inserts an item at the front of the list.