pub type AtomicHistU128 = AtomicHistogramInt<u128>;
Expand description

Histogram for binning u128 - alias for AtomicHistogramInt<u128>

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