We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array_start - get pointer to first element in array
#include <array.h>
void* array_start(array* x);
array x; t* p = array_start(&x);
array_start is the same as array_get with pos equal to 0.
array_allocate(3), array_get(3), array_fail(3),