arg_max_opt_iter

Function arg_max_opt_iter 

Source
pub fn arg_max_opt_iter<T, I>(iter: I) -> Option<usize>
where I: IntoIterator<Item = Option<T>>, T: Ord,
Available on crate feature polars-ops only.