most_common

Function most_common 

Source
pub fn most_common<T, I>(iter: I) -> Option<T>
where T: Eq + Hash + Clone, I: Iterator<Item = T>,
Expand description

Find the most common item in an iterator