Function append_vec

Source
pub fn append_vec<T: Clone>(a: &[T], b: &[T]) -> Vec<T>