Function retainAA
Retain GC allocated associative array of ref-counted resources
void retainAA(T, K)
(
ref T[K] arr
)
if (isAtomicRefCounted!T);
Retain GC allocated associative array of ref-counted resources
void retainAA(T, K)
(
ref T[K] arr
)
if (isAtomicRefCounted!T);