Function extra::stats::freq_count

pub fn freq_count<T: std::iter::Iterator, U: std::cmp::Eq + std::hash::Hash>(iter: T) -> std::hashmap::HashMap

Returns a HashMap with the number of occurrences of every element in the sequence that the iterator exposes.