Type Alias sampling::histogram::HistU128

source ·
pub type HistU128 = HistogramInt<u128>;
Expand description

Histogram for binning u128 - alias for HistogramInt<u128>

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

Aliased Type§

struct HistU128 { /* private fields */ }