acap¶
Category: array
GitHub: cute_array.h
Returns the capacity of the array.
Parameters | Description |
---|---|
a | The array. |
Remarks¶
a
can be NULL
. The capacity automatically grows if the size of the array grows over the capacity.
You can use afit to ensure a minimum capacity as an optimization.
Related Pages¶
dyna
asize
acount
afree
afit
apush
apop
aend
alast
aclear
aset
arev
ahash
adel
astatic