concat_slices

Function concat_slices 

Source
pub fn concat_slices<T: Clone>(lhs: &[T], rhs: &[T]) -> Vec<T>
Expand description

Concatenates the given slices.