merge::vec

Function append

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

Append the contents of right to left.