Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dtry_reduce_with.rs7 pub(super) fn try_reduce_with<PI, R, T>(pi: PI, reduce_op: R) -> Option<T> in try_reduce_with() function
Dmod.rs147 mod try_reduce_with; module
1108 fn try_reduce_with<T, OP>(self, op: OP) -> Option<Self::Item> in try_reduce_with() method