pub type HistU64Fast = HistogramFast<u64>;
Expand description

Histogram for binning u64 - alias for HistogramFast<u64>