pub fn _agg_helper_slice_bool<F>(groups: &[[IdxSize; 2]], f: F) -> Serieswhere F: Fn([IdxSize; 2]) -> Option<bool> + Send + Sync,