GPtrArray

Contains the public fields of a pointer array.

struct GPtrArray {}

Members

Variables

len
uint len;

number of pointers in the array

pdata
void** pdata;

points to the array of pointers, which may be moved when the array grows

Meta