Function rslint_core::util::most_frequent[][src]

pub fn most_frequent<T>(items: Vec<T>) -> T where
    T: Hash + Eq + Ord + Clone