pub type AtomicHistI128 = AtomicHistogramInt<i128>;
Expand description

Histogram for binning i128 - alias for AtomicHistogramInt<i128>

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