first_null

Function first_null 

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