Type Alias sampling::histogram::HistI32Fast

source ·
pub type HistI32Fast = HistogramFast<i32>;
Expand description

Histogram for binning i32 - alias for HistogramFast<i32>

Aliased Type§

struct HistI32Fast { /* private fields */ }