pub type HistU128Fast = HistogramFast<u128>;
Expand description

Histogram for binning u128 - alias for HistogramFast<u128>