DynArray.ptr

Get the pointer to the array's data.

Use with care, the data belongs to the array and you should not realloc() or free() it, you should only use it a as a read-only chunk of memory.

struct DynArray(T)
T*
ptr
()

Meta