RefCounted.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct RefCounted(Type, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
ref
opIndexAssign
(
A...
)
(
auto ref A args
)
if (
__traits(compiles, Type.init.opIndexAssign(args))
)
if (
isAllocator!Allocator
)

Meta