#include <vec.h>
Detailed Description
Valid vector layouts
vl_embed - Embeddable vector that uses the trailing array idiom. vl_ptr - Space efficient vector that uses a pointer to an embeddable vector.
The documentation for this struct was generated from the following file: