Function mz_ore::permutations::argsort

source ·
pub fn argsort<T>(data: &[T]) -> Vec<usize>
where T: Ord,
Expand description

Construct the permutation that sorts data.