pub unsafe fn take_var_nulls_primitive_iter_unchecked<T, I>(
    arr: &PrimitiveArray<T>,
    indices: I,
    ddof: u8,
) -> Option<f64>
where T: NativeType + ToPrimitive, I: IntoIterator<Item = usize>,
Expand description

Take kernel for single chunk and an iterator as index.

§Safety

caller must ensure iterators indexes are in bounds