dynamic_array.h v0.3.1
Reference-counted dynamic arrays for C
|
ArrayBuffer-style builder for efficient array construction. More...
#include <dynamic_array.h>
Public Attributes | |
int | length |
Current number of elements. | |
int | capacity |
Allocated capacity. | |
int | element_size |
Size of each element in bytes. | |
void * | data |
Pointer to element data. | |
ArrayBuffer-style builder for efficient array construction.