Vector.clear

Removes all contents from the container. The container decides how capacity is affected.

Postcondition: empty

Complexity: O(n)

struct Vector(T, ALLOC = ThreadMem)
void
clear
()

Meta