Struct num::iter::RangeInclusive
[−]
[src]
pub struct RangeInclusive<A> { /* fields omitted */ }
An iterator over the range [start, stop]
Trait Implementations
impl<A> DoubleEndedIterator for RangeInclusive<A> where A: Sub<A, Output=A> + Integer + Clone + ToPrimitive
impl<A> Iterator for RangeInclusive<A> where A: Add<A, Output=A> + PartialOrd<A> + Clone + ToPrimitive
impl<A> Clone for RangeInclusive<A> where A: Clone
fn clone(&self) -> RangeInclusive<A>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more