Luna::Vector::clear
void clear()
Removes all elements from the vector, but keeps the vector storage.
The user can call shrink_to_fit after this to free the storage.
void clear()
Removes all elements from the vector, but keeps the vector storage.
The user can call shrink_to_fit after this to free the storage.