pub type HistI128Fast = HistogramFast<i128>;
Expand description

Histogram for binning i128 - alias for HistogramFast<i128>