Array Manipulation Functions

Sort an array. Here is an example:

sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale);

Currently this always uses mergesort. See sortsv_flags for a more flexible routine.

Sort an array, with various options.