[][src]Function monadic::util::concat_vec_array

pub fn concat_vec_array<T: Clone>(v1: Vec<T>, v2: &[T]) -> Vec<T>