cf_array_set¶
Category: array
GitHub: cute_array.h
Copies the contents of array b into array a, resizing a if needed.
| Parameters | Description |
|---|---|
a |
The destination array. Modified in-place. |
b |
The source array. |
Remarks¶
Shortform: aset(a, b).