pub type HistU64 = HistogramInt<u64>;
Expand description

Histogram for binning u64 - alias for HistogramInt<u64>

  • you should use HistU64Fast instead, if your bins are [left, left+1,..., right]