Type Alias sampling::histogram::AtomicHistI8

source ·
pub type AtomicHistI8 = AtomicHistogramInt<i8>;
Expand description

Histogram for binning i8 - alias for AtomicHistogramIntiu8>

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

Aliased Type§

struct AtomicHistI8 { /* private fields */ }