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