memset

Function memset 

Source
pub fn memset<T: MemsetSafe>(dst: &mut [T], val: T)
Expand description

Fills a slice with the given value.