Searched defs:max_by (Results 1 – 6 of 6) sorted by relevance
252 fn max_by() { in max_by() function
597 fn max_by<F>(mut self, mut f: F) -> Result<Option<Self::Item>, Self::Error> in max_by() method
260 pub fn max_by<F>(self, mut compare: F) -> HashMap<K, V> in max_by() function
327 pub fn max_by<F>(self, mut compare: F) -> HashMap<K, V> in max_by() function
1572 fn max_by<F>(self, f: F) -> Option<Self::Item> in max_by() method