phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SList.this
std
container
slist
SList
Constructor taking an
input range
this
(U[] values)
this
(Stuff stuff)
struct
SList
(T)
this
(
Stuff
)
(
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
&&
!
is
(
Stuff
==
T
[])
)
if
(
!
is
(
T
== shared)
)
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 an input range