Function fill

Source
pub fn fill<S>(slice: &mut [S], value: S)
where S: Sample,
Expand description

Fill a slice with a constant value using SIMD.