Function alphanumeric_sort::sort_c_str_slice_rev
source · pub fn sort_c_str_slice_rev<S: AsRef<CStr>>(slice: &mut [S])
Available on crate feature
std
only.Expand description
Reversely sort a CStr
slice.
pub fn sort_c_str_slice_rev<S: AsRef<CStr>>(slice: &mut [S])
std
only.Reversely sort a CStr
slice.