pub type HistU16 = HistogramInt<u16>;Expand description
Histogram for binning u16 - alias for HistogramInt<u16>
- you should use
HistU16Fastinstead, if your bins are[left, left+1,..., right]
pub type HistU16 = HistogramInt<u16>;u16 - alias for HistogramInt<u16>HistU16Fast instead, if your bins are [left, left+1,..., right]