pub type HistIsizeFast = HistogramFast<isize>;
Expand description

Histogram for binning isize - alias for HistogramFast<isize>