Function count_gt1

Source
fn count_gt1<T: Copy + Hash + Eq>(v: &[T]) -> Vec<(T, u32)>