Searched defs:FoldChunksWith (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | fold_chunks_with.rs | 17 pub struct FoldChunksWith<I, U, F> struct 27 impl<I: IndexedParallelIterator + Debug, U: Debug, F> Debug for FoldChunksWith<I, U, F> { argument 37 impl<I, U, F> FoldChunksWith<I, U, F> impl 54 impl<I, U, F> ParallelIterator for FoldChunksWith<I, U, F> implementation 74 impl<I, U, F> IndexedParallelIterator for FoldChunksWith<I, U, F> implementation
|