fill

Function fill 

Source
pub fn fill<T: Clone, F: Into<T>>(arr: &[T], value: F) -> Vec<T>