Type Alias sampling::histogram::AtomicHistU8

source ·
pub type AtomicHistU8 = AtomicHistogramInt<u8>;
Expand description

Histogram for binning u8 - alias for AtomicHistogramInt<u8>

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

Aliased Type§

struct AtomicHistU8 { /* private fields */ }