Module cvec

Source

Structs§

CVec
CVec is a C compatible struct that stores an opaque pointer to a block of memory, it’s length and the capacity of the vector it was allocated from.

Functions§

cvec_drop
cvec_new