Crater Container Library 0.2.0
|
|
A vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient. More...
#include <vec.h>
Data Fields | |
void * | buf |
underlying storage for vector. Managed by ft->resize. | |
uint64_t | len |
number of elements in the vector. | |
uint64_t | cap |
capacity of buf (in number of elements) | |
A vector Take care if manipulating these fields directly, this should only be done if the functions in this file are not sufficient.