Vector.clear

Clears the vector, resulting in an empty one

struct Vector(E, Allocator = typeof(theAllocator))
void
clear
()
if (
isAllocator!Allocator
)

Meta