pub fn fill<S>(slice: &mut [S], value: S)where S: Sample,
Fill a slice with a constant value using SIMD.