pub type HistU64 = HistogramInt<u64>;Expand description
Histogram for binning u64 - alias for HistogramInt<u64>
- you should use
HistU64Fastinstead, if your bins are[left, left+1,..., right]
pub type HistU64 = HistogramInt<u64>;u64 - alias for HistogramInt<u64>HistU64Fast instead, if your bins are [left, left+1,..., right]