The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SList.this
containers
slist
SList
No default construction if an allocator must be provided.
this
()
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
this
(Allocator allocator)
Meta
Source
See Implementation
containers
slist
SList
aliases
insert
insertAnywhere
put
constructors
this
functions
back
clear
empty
front
insertFront
length
moveFront
opOpAssign
opSlice
popFront
remove
postblits
this(this)
No default construction if an allocator must be provided.