pub type HistI8 = HistogramInt<i8>;
Expand description

Histogram for binning i8 - alias for HistogramIntiu8>

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