pub type AtomicHistI64 = AtomicHistogramInt<i64>;
Expand description

Histogram for binning i64 - alias for AtomicHistogramInt<i64>

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