Struct collections::btree_set::IntersectionExperimental [-]  [+] [src]

pub struct Intersection<'a, T: 'a> {
    // some fields omitted
}

A lazy iterator producing elements in the set intersection (in-order).

Trait Implementations

impl<'a, T: Ord> Iterator<&'a T> for Intersection<'a, T>

fn next(&mut self) -> Option<&'a T>

fn size_hint(&self) -> (uint, Option<uint>)

impl<'a, T: Ord> Iterator<&'a T> for Intersection<'a, T>

fn next(&mut self) -> Option<&'a T>

fn size_hint(&self) -> (uint, Option<uint>)