Home
last modified time | relevance | path

Searched refs:map_results (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/itertools/
DCHANGELOG.md106 …- Implement `fold` and `collect` for `.map_results()` which means it reuses the code of the standa…
149 - Add `.map_results()`
/external/rust/crates/itertools/src/
Dlib.rs774 fn map_results<F, T, U, E>(self, f: F) -> MapOk<Self, F> in map_results() method