lib::common::util
pub fn append_vecs<T>(x: Vec<T>, y: Vec<T>) -> Vec<T>
Efficiently appends two Vecs together
Vec