rayon
1.10.0
Module skip
Structs
In rayon::iter
Module
rayon
::
iter
::
skip
Copy item path
source
·
[
−
]
Structs
§
Skip
Skip
is an iterator that skips over the first
n
elements. This struct is created by the
skip()
method on
IndexedParallelIterator