Function modelassetlib_native::util::new_buffer_vec

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