[][src]Function lib::common::util::append_vecs

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

Efficiently appends two Vecs together