This structure contains an array of entities of type PK_EDGE_t
typedef struct PK_EDGE_array_s
{
PK_EDGE_t *array; --- array of EDGEs
int length; --- length of array
}
PK_EDGE_array_t;
It has the fields:
array: array of entities of type PK_EDGE_t
length: the number of entities in array