works similarly to Array.sort but accepts hyper-array. It returns a hyper-value of new sorted array that always equals to result of applying Array.sort method to the original array. It does not modify the original array.
Array.sort
type of hyper-array item
HyperScope instance
hyper-array
function to be used in sort (same as for Array.sort)
Generated using TypeDoc
works similarly to
Array.sort
but accepts hyper-array. It returns a hyper-value of new sorted array that always equals to result of applyingArray.sort
method to the original array. It does not modify the original array.