pub type HistU16Fast = HistogramFast<u16>;
Expand description

Histogram for binning u16 - alias for HistogramFast<u16>