Type Alias sampling::histogram::HistI64Fast

source ·
pub type HistI64Fast = HistogramFast<i64>;
Expand description

Histogram for binning i64 - alias for HistogramFast<i64>

Aliased Type§

struct HistI64Fast { /* private fields */ }