Contents:
Defined in File darray.h
Create a copy of a darray.
Makes a copy of an darray by initializing a new darray and copying the original darray’s data to it. The original darray is unchanged.
arr – The darray handle.
flags – Initialization flags for the new darray
elements – Space for the elements of the new darray. Can be NULL.
The new arr, or NULL if an error occurred.