first_non_null
polars_
core
0.50.0
In polars_
core::
utils
polars_core
::
utils
Function
first_
non_
null
Copy item path
Source
pub fn first_non_null<'a, I>(iter: I) ->
Option
<
usize
>
where I:
Iterator
<Item =
Option
<&'a Bitmap>>,