Skip to main content

append

Function append 

Source
pub fn append<T>(left: &mut Vec<T>, right: &mut Vec<T>)
Available on crate feature std only.
Expand description

Append the contents of right to left