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

Sort a slice by a Path key.