nc_vlen_t

This is the type of arrays of vlens.

extern (C)
struct nc_vlen_t {}

Members

Variables

len
size_t len;

< Length of VL data (in base type units)

p
void* p;

< Pointer to VL data

Meta