Comment on A generic dynamic array in C that stores no capacity and needs no structparentComments−sparkie3moIf you use a struct with a `void*`, you also need to specify the type on usage, where here it's done with `typeof`.
Comments
If you use a struct with a `void*`, you also need to specify the type on usage, where here it's done with `typeof`.