pub fn sort_os_str_slice_rev<S: AsRef<OsStr>>(slice: &mut [S])
Available on crate feature std only.
Expand description

Reversely sort an OsStr slice.