Home
last modified time | relevance | path

Searched defs:FoldWith (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dfold.rs182 impl<U, I, F> FoldWith<I, U, F> implementation
204 pub struct FoldWith<I, U, F> { struct
210 impl<I: ParallelIterator + Debug, U: Debug, F> Debug for FoldWith<I, U, F> { argument
219 impl<U, I, F> ParallelIterator for FoldWith<I, U, F> implementation