pub type AtomicHistI16 = AtomicHistogramInt<i16>;
Expand description

Histogram for binning i16 - alias for AtomicHistogramInt<i16>

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