Type Alias sampling::histogram::HistI16Fast

source ·
pub type HistI16Fast = HistogramFast<i16>;
Expand description

Histogram for binning i16 - alias for HistogramFast<i16>

Aliased Type§

struct HistI16Fast { /* private fields */ }