VecDeque::shrink_to_fit

Make the capacity equal to the size. The contents does not change.

Synopsis

Declared in <util/vecdeque.h>

void
shrink_to_fit();