apop¶
Category: array
GitHub: cute_array.h
Pops and returns an element off the back of the array.
Parameters | Description |
---|---|
a | The array. Can not be NULL . |
Return Value¶
Returns the popped element.
Remarks¶
The last element of the array is fetched and will be returned. The size of the array is decremented by one.
Related Pages¶
dyna
asize
acount
acap
afit
apush
afree
aend
alast
aclear
aset
arev
ahash
adel
astatic