[−][src]Module rayon::range
This module contains the parallel iterator types for ranges
(Range<T>
); this is the type for values created by a a..b
expression. You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structs
Iter | Parallel iterator over a range |