Skip to main content

_agg_helper_slice_idx

Function _agg_helper_slice_idx 

Source
pub fn _agg_helper_slice_idx<F>(groups: &[[IdxSize; 2]], f: F) -> Series
where F: Fn([IdxSize; 2]) -> Option<IdxSize> + Send + Sync,
Available on crate feature algorithm_group_by only.