Type Alias sampling::histogram::HistI128Fast

source ·
pub type HistI128Fast = HistogramFast<i128>;
Expand description

Histogram for binning i128 - alias for HistogramFast<i128>

Aliased Type§

struct HistI128Fast { /* private fields */ }