Eneboo - Documentación para desarrolladores
|
A dynamic array that grows to fit any index for assignment. Más...
#include <dynarray.h>
A dynamic array that grows to fit any index for assignment.
This array also features a clear() method, to free the entire array, and a trim(n) method, which tells the array it is no bigger than n elements.