Function init_vec_u8

Source
pub fn init_vec_u8(n: usize) -> Vec<u8> 
Expand description

Helper function to initialize a vector of u8 with zeros.