pub fn agg_product<T: Copy + One + Mul<Output = T> + Zero + PartialEq + 'static>( data: &[T], mask: Option<&Bitmask>, offset: usize, len: usize, ) -> T
Returns the accumulating product of all values