Function append_vecs

Source
pub fn append_vecs<T>(x: Vec<T>, y: Vec<T>) -> Vec<T>
Expand description

Efficiently appends two Vecs together