Function alphanumeric_sort::sort_str_slice_rev
source · pub fn sort_str_slice_rev<S: AsRef<str>>(slice: &mut [S])
Expand description
Reversely sort a str
slice.
pub fn sort_str_slice_rev<S: AsRef<str>>(slice: &mut [S])
Reversely sort a str
slice.