pub type AtomicHistI8 = AtomicHistogramInt<i8>;
Expand description

Histogram for binning i8 - alias for AtomicHistogramIntiu8>

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