Structs

Functions

Return the permutation that would sort a given slice.

Return the permutation that would sort a given slice by a comparator.

Return the permutation that would sort a given slice by a key function.

Return the permutation that would sort a given slice, but might not preserve the order of equal elements.

Return the permutation that would sort a given slice by a comparator, but might not preserve the order of equal elements.

Return the permutation that would sort a given slice by a key function, but might not preserve the order of equal elements.