This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.
 c data-structure vector generic-programming header-only educational memory-management low-level c-library systems-programming dynamic-array embedded-c custom-allocator pointer-arithmetic array-manipulation cs-fundamentals learn-c resizable-array c-datastructures stdvector-alternative 
 -  Updated Dec 29, 2023 
- C