first_non_null

Function first_non_null 

Source
pub fn first_non_null<'a, I>(iter: I) -> Option<usize>
where I: Iterator<Item = Option<&'a Bitmap>>,