Function merge::vec::append

source ยท
pub fn append<T>(left: &mut Vec<T>, right: Vec<T>)
Expand description

Append the contents of right to left.