collections ~master (2018-02-06T19:48:00Z)
Dub
Repo
SList.this
stdx
collections
slist
SList
this
(
U
[]
values
...)
this
(
IAllocator
allocator
,
U
[]
values
...)
this
(
Stuff
stuff
)
this
(
IAllocator
allocator
,
Stuff
stuff
)
struct
SList
(T)
this
(
Stuff
this
Qualified
)
(
IAllocator
allocator
,
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
&&
!
is
(
Stuff
==
T
[])
)
Meta
Source
See Implementation
stdx
collections
slist
SList
constructors
this
functions
allocator
destroyUnused
isUnique
setAllocator