Function aligned_vector_init

Source
pub fn aligned_vector_init<T: Copy>(len: usize, align: usize, init: T) -> Vec<T>