SortFunc1D Typedef

Sort comparison function for 1D array elements.

typedef SortFunc1D = function int(int elem1, int elem2, const int[] array, Handle hndl)

Tags

elem1

First element to compare.

elem2

Second element to compare.

array

Array that is being sorted (order is undefined).

hndl

Handle optionally passed in while sorting.