pub type AtomicHistU8 = AtomicHistogramInt<u8>;
Expand description

Histogram for binning u8 - alias for AtomicHistogramInt<u8>

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