Function dsp::slice::write
[−]
pub fn write<F>(a: &mut [F], b: &[F]) where F: Frame
Writes every sample in slice b
to slice a
.
Panics if the slice lengths differ.