Home
last modified time | relevance | path

Searched refs:map_left (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/itertools/src/
Deither_or_both.rs104 pub fn map_left<F, M>(self, f: F) -> EitherOrBoth<M, B> in map_left() method
/external/rust/crates/either/
DREADME.rst100 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
/external/rust/crates/either/src/
Dlib.rs250 pub fn map_left<F, M>(self, f: F) -> Either<M, R> in map_left() method