pub type GenDspVecSlice64<'a> = DspVec<&'a [f64], f64, RealOrComplex, TimeOrFreq>;
Expand description

A vector with no information about number space or domain at compile time.