pub type AtomicHistU32 = AtomicHistogramInt<u32>;
Expand description

Histogram for binning u32 - alias for AtomicHistogramInt<u32>

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