containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
SList.put
containers
slist
SList
Inserts an item at the front of the list.
void
insertFront
(T t)
alias
insert
=
insertFront
alias
put
=
insertFront
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias
put
=
insertFront
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.