Skip to main content

_agg_helper_slice_idx

Function _agg_helper_slice_idx 

Source
pub fn _agg_helper_slice_idx<F>(groups: &[[u32; 2]], f: F) -> Series
where F: Fn([u32; 2]) -> Option<u32> + Send + Sync,