pub type HistI128 = HistogramInt<i128>;Expand description
Histogram for binning i128 - alias for HistogramInt<i128>
- you should use
HistI128Fastinstead, if your bins are[left, left+1,..., right]
pub type HistI128 = HistogramInt<i128>;i128 - alias for HistogramInt<i128>HistI128Fast instead, if your bins are [left, left+1,..., right]