pub fn sort_by_cached_key<T, F, K>(slice: &mut [T], key_fn: F)
Expand description
Version of sort_by_cached_key
which does not skip digits (bytes).
See the module documentation for more details.
pub fn sort_by_cached_key<T, F, K>(slice: &mut [T], key_fn: F)
Version of sort_by_cached_key
which does not skip digits (bytes).
See the module documentation for more details.