pub type HistI32Fast = HistogramFast<i32>;
Expand description

Histogram for binning i32 - alias for HistogramFast<i32>