pub fn argsort<T: PartialOrd>(slice: &[T]) -> Vec<usize>
Expand description

Returns the indices which could be used to sort the vector in ascending order