collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
DualAllocator.opAssign
stdx
collections
common
DualAllocator
Undocumented in source. Be warned that the author may not have intended to support it.
struct
DualAllocator
(LocalAllocT, SharedAllocT)
ref
auto ref
opAssign
(
A
)
(
A
rhs
)
if
(
is
(
A
==
LocalAllocT
) ||
is
(
A
==
SharedAllocT
)
)
Meta
Source
See Implementation
stdx
collections
common
DualAllocator
constructors
this
functions
allocate
deallocate
get
opAssign
peek
postblits
this(this)