O2S array implementation.
More...
#include <array.h>
|
void * | start |
| Underlying storage.
|
size_t | type_size |
| Size in bytes of a single element.
|
size_t | count |
| Number of elements currently stored.
|
size_t | capacity |
| Number of elements that can fit in the storage.
|
O2S array implementation.
Definition at line 23 of file array.h.