pub type HistU128 = HistogramInt<u128>;
Expand description

Histogram for binning u128 - alias for HistogramInt<u128>

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