Module rayon::par_iter::reduce
[−]
[src]
Structs
ProductOp | |
ReduceFolder | |
ReduceWithIdentityOp | |
SumOp |
//////////////////////////////////////////////////////////////////////// Specific operations |
Constants
PRODUCT | |
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 |