pub type HistI64Fast = HistogramFast<i64>;
Expand description

Histogram for binning i64 - alias for HistogramFast<i64>