pub type HistI64 = HistogramInt<i64>;Expand description
Histogram for binning i64 - alias for HistogramInt<i64>
- you should use
HistI64Fastinstead, if your bins are[left, left+1,..., right]
pub type HistI64 = HistogramInt<i64>;i64 - alias for HistogramInt<i64>HistI64Fast instead, if your bins are [left, left+1,..., right]