[][src]Function num_iter::range_inclusive

pub fn range_inclusive<A>(start: A, stop: A) -> RangeInclusive<A>

Notable traits for RangeInclusive<A>

impl<A> Iterator for RangeInclusive<A> where
    A: Add<A, Output = A> + PartialOrd + Clone + ToPrimitive
type Item = A;
where
    A: Add<A, Output = A> + PartialOrd + Clone + One

Return an iterator over the range [start, stop]