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

pub struct DifferenceIter<'a, Size: ExtInt + Halveable + 'a> where <Size as Halveable>::HalfSize: 'a {
    // some fields omitted
}

An iterator for RoaringBitmap.

Trait Implementations

impl<'a, Size: ExtInt + Halveable + 'a> Iterator for DifferenceIter<'a, Size> where <Size as Halveable>::HalfSize: 'a

type Item = Size

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

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