pub type HistU32Fast = HistogramFast<u32>;
Expand description

Histogram for binning u32 - alias for HistogramFast<u32>