pub type HistU32 = HistogramInt<u32>;
Expand description

Histogram for binning u32 - alias for HistogramInt<u32>

  • you should use HistU32Fast instead, if your bins are [left, left+1,..., right]