Function gearley::util::sort_and_dedup [] [src]

pub fn sort_and_dedup<H, K, T>(slice: &mut Vec<T>, start: usize, key: H) where H: Fn(&T) -> K, K: Ord, T: Copy