aset¶
Category: array
GitHub: cute_array.h
Copies the array b into array a. Will automatically fit a if needed with afit.
Parameters | Description |
---|---|
a | The array to copy into (destination). |
b | The array to copy from (source). |
Return Value¶
Returns a pointer to a
. a
will automatically be reassigned to any new pointer.
Related Pages¶
dyna
asize
acount
acap
afit
apush
apop
aend
alast
aclear
afree
arev
ahash
adel
astatic