Module range_inclusive
Parallel iterator types for inclusive ranges,
the type for values created by a..=b expressions
You will rarely need to interact with this module directly unless you have need to name one of the iterator types.
use *;
let r = .into_par_iter
.sum;
// compare result with sequential calculation
assert_eq!;
Structs
-
Iter
Parallel iterator over an inclusive range, implemented for all integer types and
char.