Function new_buffer_vec

Source
pub fn new_buffer_vec<T>(capacity: usize, initial_val: T) -> Vec<T>
where T: Copy,