Macros
- For these implementations,
SpecRangeSetup
calculates the number of iterations that will be needed and stores that initer.end
.
Structs
- An iterator for stepping iterators by a custom amount.
Traits
- Specialization trait for double-ended iteration.
- Specialization trait to optimize
StepBy<Range<{integer}>>
iteration.