#include <avis/arrays.h>
Data Fields | |
void * | items |
A pointer to the items in the array. | |
size_t | item_count |
The number of items in the array. |
void* Array::items |
A pointer to the items in the array.
size_t Array::item_count |
The number of items in the array.