StatsVec

Type Alias StatsVec 

Source
pub type StatsVec<T> = ArrayVec<T, STATS_VEC_CAPACTIY>;
Expand description

Alias for a vector of any statistical information.

Aliased Typeยง

pub struct StatsVec<T> { /* private fields */ }