Skip to main content

majority

Function majority 

Source
fn majority<T>(iter: impl Iterator<Item = T>) -> T
where T: Eq + Hash + Copy,