pub(crate) fn populated<H: HistogramProperty>(
    histogram: H,
    params: PopulateParams<H::Type>
) -> Hwhere
    H::Type: AddAssign + Copy,