Skip to main content

parallel_reduce_with_op

Function parallel_reduce_with_op 

Source
pub fn parallel_reduce_with_op<Op>(items: &[Op::Item], op: &Op) -> Op::Result
where Op: ReduceOperator,
Expand description

Reduce with a custom operator.