Function merge::vec::prepend

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

Prepend the contents of right to left.