pub type HistU8Fast = HistogramFast<u8>;
Expand description

Histogram for binning u8 - alias for HistogramFast<u8>