Vector.free

Frees the memory and returns to .init

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

Meta