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 S is a kind of "zero" or "identity" value that may be intermingled as needed; ideally, reduce(S, X) for any item X yields X.

Functions

reduce