eteran / c-vector

A dynamic array implementation in C similar to the one found in standard C++
MIT License
737 stars 109 forks source link

Add cvector_shrink_to_fit() #56

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

https://cplusplus.com/reference/vector/vector/shrink_to_fit/

Does this do it?

Fixes #38

Bojun-Seo commented 1 year ago

LGTM