PointerArray.opIndexAssign

Index assignment support

struct PointerArray(T, Allocator = SpasmGCAllocator)
@nogc
void
opIndexAssign
if (
is(T : U*,
U
)
)

Meta