Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dunzip.rs439 execute_into(&mut self.0, &mut self.1, pi.into_par_iter(), UnEither); in par_extend()
444 struct UnEither; struct
446 impl<L, R> UnzipOp<Either<L, R>> for UnEither implementation