array_sort_quick
array_sort_quick(data, score_function, [score_function_context], [start], [end], [swap_operator], [swap_context])
Quicksort implementation, instead of compare operator, uses scoring function
Kind: global function
| Param | Type |
|---|---|
| data | Array.<T> | ArrayLike.<number> | Uint32Array |
| score_function | function |
| [score_function_context] | * |
| [start] | number |
| [end] | number |
| [swap_operator] | function |
| [swap_context] | * |