pub type HistU8 = HistogramInt<u8>;Expand description
Histogram for binning u8 - alias for HistogramInt<u8>
- you should use
HistU8Fastinstead, if your bins are[left, left+1,..., right]
pub type HistU8 = HistogramInt<u8>;u8 - alias for HistogramInt<u8>HistU8Fast instead, if your bins are [left, left+1,..., right]