Skip to content

cf_array_set

Category: array
GitHub: cute_array.h


Copies the contents of array b into array a, resizing a if needed.

#define cf_array_set(a, b) aset(a, b)
Parameters Description
a The destination array. Modified in-place.
b The source array.

Remarks

Shortform: aset(a, b).

cf_array_size
cf_array_fit
cf_array_free