pub fn sort_str_slice_rev<S: AsRef<str>>(slice: &mut [S])
Expand description

Reversely sort a str slice.