Resizes the inlined vector to contain n elements.
n
Declared in <absl/container/inlined_vector.h>
<absl/container/inlined_vector.h>
void resize(size_type n);
NOTE: If n is smaller than size(), extra elements are destroyed. If n is larger than size(), new elements are value-initialized.
size()