pub type HistUsizeFast = HistogramFast<usize>;
Expand description

Histogram for binning usize- alias for HistogramFast<usize>