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.
See Implementation
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.