collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
Mutable.this
stdx
collections
common
Mutable
Undocumented in source.
this
(T theMutable)
this
(A alloc, T theMutable)
struct
Mutable
(T)
this
(
A
this
Q
)
(
A
alloc
,
T
theMutable
)
if
(
(
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCISharedAllocator
)
)
||
(
!
(
is
(
Q
== immutable) ||
is
(
Q
== const)
)
&&
is
(
A
==
RCIAllocator
)
)
)
Meta
Source
See Implementation
stdx
collections
common
Mutable
aliases
LocalAllocT
SharedAllocT
constructors
this
destructors
~this
functions
addRef
get
isNull
opAssign
set
postblits
this(this)