Structsยง
StepBy
is an iterator that skipsn
elements between each yield, wheren
is the given step. This struct is created by thestep_by()
method onIndexedParallelIterator
- Step
ByProducer ๐//////////////////////////////////////////////////////////////////////// Producer implementation