containers ~master (2022-06-01T03:07:53.4795021)
Dub
Repo
SList.this
containers
slist
SList
Use the given
allocator
for allocations.
this
()
this
(Allocator allocator)
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
static if
(
stateSize!Allocator != 0
)
this
(
Allocator
allocator
)
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)
Use the given allocator for allocations.