pub type HistI64 = HistogramInt<i64>;
Expand description

Histogram for binning i64 - alias for HistogramInt<i64>

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