pub type HistU128 = HistogramInt<u128>;Expand description
Histogram for binning u128 - alias for HistogramInt<u128>
- you should use
HistU128Fastinstead, if your bins are[left, left+1,..., right]
pub type HistU128 = HistogramInt<u128>;u128 - alias for HistogramInt<u128>HistU128Fast instead, if your bins are [left, left+1,..., right]