Type Alias nutlex::parser::RealSignal

source ·
pub type RealSignal = Vec<f64>;
Expand description

A real data vector.

Aliased Type§

struct RealSignal { /* private fields */ }