Vector.isNotCopy

Undocumented in source.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
enum isNotCopy = isPointer!T || isRefType!T;

Meta