pub type StatsVec<T> = ArrayVec<T, STATS_VEC_CAPACTIY>;
Alias for a vector of any statistical information.
pub struct StatsVec<T> { /* private fields */ }