pub type HistU32 = HistogramInt<u32>;Expand description
Histogram for binning u32 - alias for HistogramInt<u32>
- you should use
HistU32Fastinstead, if your bins are[left, left+1,..., right]
pub type HistU32 = HistogramInt<u32>;u32 - alias for HistogramInt<u32>HistU32Fast instead, if your bins are [left, left+1,..., right]