[][src]Function radsort::unopt::sort_by_cached_key

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

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

See the module documentation for more details.