Struct std::iter::RangeInclusiveUnstable
[-]
[+]
[src]
pub struct RangeInclusive<A> {
// some fields omitted
}An iterator over the range [start, stop]
pub struct RangeInclusive<A> {
// some fields omitted
}An iterator over the range [start, stop]
impl<A: Int + ToPrimitive> Iterator<A> for RangeInclusive<A>fn next(&mut self) -> Option<A>fn size_hint(&self) -> (uint, Option<uint>)fn size_hint(&self) -> (uint, Option<uint>)impl<A: Int + ToPrimitive> DoubleEndedIterator<A> for RangeInclusive<A>impl<A: Clone> Clone for RangeInclusive<A>fn clone(&self) -> RangeInclusive<A>fn clone_from(&mut self, &RangeInclusive<A>)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).