argsort_str

Function argsort_str 

Source
pub fn argsort_str(data: &[&str], descending: bool) -> Vec<usize>
Expand description

Argsort for string slices - returns indices that would sort the data lexicographically