Struct roaring::IntersectionIter [-]  [+] [src]

pub struct IntersectionIter<'a> {
    // some fields omitted
}

An iterator for RoaringBitmap.

Trait Implementations

impl<'a> Iterator for IntersectionIter<'a>

type Item = u32

fn next(&mut self) -> Option<u32>

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