Function gearley::util::dedup [] [src]

pub fn dedup<F, T>(slice: &mut [T], eq: F) -> usize where F: Fn(&T, &T) -> bool, T: Copy