DualAllocator.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct DualAllocator(LocalAllocT, SharedAllocT)
ref
opAssign
(
A
)
(
A rhs
)
if (
is(A == LocalAllocT) ||
is(A == SharedAllocT)
)

Meta