pub type HistI128 = HistogramInt<i128>;
Expand description

Histogram for binning i128 - alias for HistogramInt<i128>

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