Module rayon::par_iter::reduce [] [src]

Structs

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

Functions

reduce