sort_slice_by_os_str_key

Function sort_slice_by_os_str_key 

Source
pub fn sort_slice_by_os_str_key<A, T: ?Sized + AsRef<OsStr>, F: FnMut(&A) -> &T>(
    slice: &mut [A],
    f: F,
)
Available on crate feature std only.
Expand description

Sort a slice by an OsStr key.