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