Optional
compareFunc: CompareFunc = defaultCompareMakes comparisons on the elements on the array.Default is to return true if the lhs is less than rhs.
Optional
swapFunc: SwapFunc<T> = defaultSwapFunction to swap the elements in the array.
Optional
min: number = 0Optional
max: number = ...
The array to sort.