Type Alias basic_dsp_vector::RealTimeVecSlice64

source ·
pub type RealTimeVecSlice64<'a> = DspVec<&'a [f64], f64, Real, Time>;
Expand description

A vector with real numbers in time domain.

Aliased Type§

struct RealTimeVecSlice64<'a> {
    pub data: &'a [f64],
    /* private fields */
}

Fields§

§data: &'a [f64]

The underlying storage. self.len() should be called to find out how many elements in data contain valid data.