radsort::unopt

Function sort_by_cached_key

Source
pub fn sort_by_cached_key<T, F, K>(slice: &mut [T], key_fn: F)
where F: FnMut(&T) -> K, K: Key,
Expand description

Version of sort_by_cached_key which does not skip digits (bytes).

See the module documentation for more details.