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

Alias for a vector of any statistical information.