Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dmod.rs1021 fn opt_reduce<T>(op: impl Fn(T, T) -> T) -> impl Fn(Option<T>, Option<T>) -> Option<T> { in reduce_with() function
1030 .reduce(<_>::default, opt_reduce(&op)) in reduce_with()