SortCustom2D Function

Sorts a custom 2D array. You must pass in a comparison function.

void SortCustom2D(any[][] array, int array_size, SortFunc2D sortfunc, Handle hndl)

Parameters

any[][] array

Array to sort.

int array_size

Size of the major array to sort (first index, outermost).

SortFunc2D sortfunc

Sort comparison function to use.

Handle hndl

Optional Handle to pass through the comparison calls.