Struct num::iter::RangeStepInclusive
[−]
[src]
pub struct RangeStepInclusive<A> { // some fields omitted }
An iterator over the range [start, stop] by step
. It handles overflow by stopping.