This type is an array of floating point values. It can be used to hold a waveform. Should it be an array of device::Values? If so, there's no way to make the array hold one type; it'd hold any type. Unless it's an array of T: Into<device::Value> ... 🤔.
This type is an array of floating point values. It can be used to hold a waveform. Should it be an array of
device::Values? If so, there's no way to make the array hold one type; it'd hold any type. Unless it's an array ofT: Into<device::Value>... 🤔.