Home
last modified time | relevance | path

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

/third_party/rust/crates/either/src/
H A Dlib.rs336 /// assert_eq!(left.map_right(|x| x * 2), Left(123));
339 /// assert_eq!(right.map_right(|x| x * 2), Right(246));
341 pub fn map_right<F, S>(self, f: F) -> Either<L, S> in map_right() functions

Completed in 2 milliseconds