Function alphanumeric_sort::sort_slice_by_str_key
source · pub fn sort_slice_by_str_key<A, T: ?Sized + AsRef<str>, F: FnMut(&A) -> &T>(
slice: &mut [A],
f: F
)
Expand description
Sort a slice by a str
key.
pub fn sort_slice_by_str_key<A, T: ?Sized + AsRef<str>, F: FnMut(&A) -> &T>(
slice: &mut [A],
f: F
)
Sort a slice by a str
key.