Function miniz_oxide::inflate::core::memset

source ยท
fn memset<T: Copy>(slice: &mut [T], val: T)
Expand description

Sets the value of all the elements of the slice to val.