collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
DList.this
stdx
collections
dlist
DList
Undocumented in source.
this
(A allocator)
this
(U[] values)
this
(A allocator, U[] values)
struct
DList
(T)
this
(
A
U
this
Q
)
(
A
allocator
,
U
[]
values
...
)
if
(
(
(
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCISharedAllocator
)
)
||
(
!
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCIAllocator
)
)
)
&&
isImplicitlyConvertible
!(
U
,
T
)
)
this
(Stuff stuff)
this
(A allocator, Stuff stuff)
Meta
Source
See Implementation
stdx
collections
dlist
DList
constructors
this
destructors
~this
functions
destroyUnused
dup
empty
front
getAllocator
insert
insertBack
isUnique
opAssign
opBinary
opOpAssign
popFront
popPrev
printRefCount
remove
save
setAllocator
tail
postblits
this(this)