collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
SList.this
stdx
collections
slist
SList
Undocumented in source.
this
(A allocator)
this
(U[] values)
this
(A allocator, U[] values)
this
(Stuff stuff)
this
(A allocator, Stuff stuff)
struct
SList
(T)
this
(
A
Stuff
this
Q
)
(
A
allocator
,
Stuff
stuff
)
if
(
(
(
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCISharedAllocator
)
)
||
(
!
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCIAllocator
)
)
)
&&
isInputRange
!
Stuff
&&
isImplicitlyConvertible
!(
ElementType
!
Stuff
,
T
)
&&
!
is
(
Stuff
==
T
[])
)
Meta
Source
See Implementation
stdx
collections
slist
SList
aliases
LocalAllocT
MutableAlloc
SharedAllocT
constructors
this
destructors
~this
functions
addRef
allocator
delRef
destroyUnused
dup
empty
front
getAllocator
insert
insertBack
isUnique
opAssign
opBinary
opOpAssign
popFront
prefCount
printRefCount
remove
save
setAllocator
tail
mixin templates
setSharedAllocator
postblits
this(this)
static functions
immutableInsert
structs
Node
variables
_head
_ouroborosAllocator