Function std::iter::range_inclusive
[−]
[src]
pub fn range_inclusive<A>(start: A, stop: A) -> RangeInclusive<A> where A: Step + One + Clone
Returns an iterator over the range [start, stop].