Function brotli::enc::histogram::HistogramAddVector
source ยท pub fn HistogramAddVector<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors, IntegerType: Sized + Clone>(
xself: &mut HistogramType,
p: &[IntegerType],
n: usize,
)