phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SList.this
std
container
slist
SList
Constructor taking a number of nodes
this
(U[] values)
struct
SList
(T)
this
(
U
)
(
U
[]
values
...
)
if
(
isImplicitlyConvertible
!(
U
,
T
)
)
if
(
!
is
(
T
== shared)
)
this
(Stuff stuff)
Meta
Source
See Implementation
std
container
slist
SList
aliases
insert
stableInsert
stableInsertAfter
stableInsertFront
stableLinearRemove
stableRemoveAny
stableRemoveFront
constructors
this
functions
clear
insertAfter
insertFront
linearRemove
linearRemoveElement
opBinary
opBinaryRight
opEquals
opSlice
removeAny
removeFront
reverse
properties
dup
empty
front
structs
Range
Constructor taking a number of nodes