Home
last modified time | relevance | path

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

/third_party/rust/crates/either/src/
H A Dlib.rs314 /// assert_eq!(left.map_left(|x| x * 2), Left(246));
317 /// assert_eq!(right.map_left(|x| x * 2), Right(123));
319 pub fn map_left<F, M>(self, f: F) -> Either<M, R> in map_left() functions

Completed in 2 milliseconds