Skip to content

cf_array_reverse

Category: array
GitHub: cute_array.h


Reverses the order of elements in the array in-place.

#define cf_array_reverse(a) arev(a)
Parameters Description
a The array.

Remarks

Shortform: arev(a).

cf_array_size