Home
last modified time | relevance | path

Searched defs:max_by (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/fallible-iterator/src/
Dtest.rs251 fn max_by() { in max_by() function
Dlib.rs617 fn max_by<F>(mut self, mut f: F) -> Result<Option<Self::Item>, Self::Error> in max_by() method
/external/rust/crates/itertools/src/
Dgrouping_map.rs261 pub fn max_by<F>(self, mut compare: F) -> HashMap<K, V> in max_by() function
/external/rust/crates/rayon/src/iter/
Dmod.rs1555 fn max_by<F>(self, f: F) -> Option<Self::Item> in max_by() method