Structsยง
- StepBy
StepByis an iterator that skipsnelements between each yield, wherenis the given step. This struct is created by thestep_by()method onIndexedParallelIterator- Step
ByProducer ๐
StepBy is an iterator that skips n elements between each yield, where n is the given step.
This struct is created by the step_by() method on IndexedParallelIterator