Skip to main content

zero_fill

Function zero_fill 

Source
pub fn zero_fill<T>(slice: &mut [T])
where T: Default + Copy,
Expand description

Fill slice with zeroes

ยงArguments

  • slice - The slice to fill