pub type HistI16 = HistogramInt<i16>;Expand description
Histogram for binning i16 - alias for HistogramInt<i16>
- you should use
HistI16Fastinstead, if your bins are[left, left+1,..., right]
pub type HistI16 = HistogramInt<i16>;i16 - alias for HistogramInt<i16>HistI16Fast instead, if your bins are [left, left+1,..., right]