Vector.needDestroy

Undocumented in source.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
enum needDestroy = (is(T == struct) && hasElaborateDestructor!T);

Meta