Module rayon::par_iter::reduce
[−]
[src]
Structs
| MaxOp | |
| MinOp | |
| MulOp | |
| ReduceFolder | |
| ReduceWithIdentityOp | |
| ReduceWithOp | |
| SumOp |
Constants
| MAX | |
| MIN | |
| MUL | |
| SUM |
Traits
| ReduceOp |
Specifies a "reduce operator". This is the combination of a start
value and a reduce function. The reduce function takes two items
and computes a reduced version. The start value |
Functions
| reduce |