Type Alias sampling::histogram::HistI128

source ·
pub type HistI128 = HistogramInt<i128>;
Expand description

Histogram for binning i128 - alias for HistogramInt<i128>

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

Aliased Type§

struct HistI128 { /* private fields */ }