Vector.addToGC

Undocumented in source.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
enum addToGC = addInGC && hasIndirections!T && !is(Unqual!Allocator == GCAllocator);

Meta