pub type AtomicHistI32 = AtomicHistogramInt<i32>;
Expand description

Histogram for binning i32 - alias for AtomicHistogramInt<i32>

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