Function fill

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

Fill a slice with a constant value using SIMD.