Skip to main content

Module step_by

Module step_by 

Source

Modulesยง

step_by_spec ๐Ÿ”’

Macrosยง

spec_int_ranges ๐Ÿ”’
spec_int_ranges_r ๐Ÿ”’

Structsยง

StepBy
An iterator for stepping iterators by a custom amount.

Traitsยง

AsLegacyRange ๐Ÿ”’
For these implementations, SpecRangeSetup calculates the number of iterations that will be needed and stores that in iter.end.
SpecRangeSetup ๐Ÿ”’
StepByBackImpl ๐Ÿ”’
Specialization trait for double-ended iteration.
StepByImpl ๐Ÿ”’
Specialization trait to optimize StepBy<Range<{integer}>> iteration.