Function core::iter::range_inclusive  
            
                [−]
            
        [src]
pub fn range_inclusive<A>(start: A, stop: A) -> RangeInclusive<A> where A: Step + One + CloneDeprecated since 1.5.0
: replaced with ... syntax
Returns an iterator over the range [start, stop].