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