Type Alias basic_dsp_vector::StatsVec

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

Alias for a vector of any statistical information.

Aliased Type§

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