fn memset<T: Copy>(slice: &mut [T], val: T)
Sets the value of all the elements of the slice to val.
val