23 void* element = self->
start;
void * array_end(const array_t *self)
One-past-the-end pointer of the array.
Internal state of a dynamic array.
void array_iter(const array_t *self, void(*function)(void *))
Call function on each element.
O2S array implementation.
void * start
Underlying storage.
size_t type_size
Size in bytes of a single element.