pub fn fill_with_value<T: Copy>(target: &mut [T], value: T)
Fills the mutable slice with the specified value.
Arguments:
target
value