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

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

An iterator for RoaringBitmap.

Trait Implementations

impl<'a> Iterator for Iter<'a>

type Item = u32

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

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