fn update_geo_stats_accumulator<T>( bounder: &mut dyn GeoStatsAccumulator, array: T, valid: impl Iterator<Item = usize>, )where T: ArrayAccessor, T::Item: Copy + Ord + AsRef<[u8]>,
Updates geospatial statistics for the provided array and indices