Searched defs:max_by (Results 1 – 4 of 4) sorted by relevance
251 fn max_by() { in max_by() function
617 fn max_by<F>(mut self, mut f: F) -> Result<Option<Self::Item>, Self::Error> in max_by() method
261 pub fn max_by<F>(self, mut compare: F) -> HashMap<K, V> in max_by() function
1555 fn max_by<F>(self, f: F) -> Option<Self::Item> in max_by() method