Function std::iter::range_inclusive [] [src]

pub fn range_inclusive<A>(start: A, stop: A) -> RangeInclusive<A> where A: Step + One + Clone
Deprecated since 1.5.0

: replaced with ... syntax

Returns an iterator over the range [start, stop].