Function concatenate_arrays

Source
pub fn concatenate_arrays<T: Clone>(x: &[T], y: &[T]) -> Vec<T>
Expand description

Concatenate 2 arrays.