Skip to main content

vec_push

Function vec_push 

Source
pub fn vec_push<T>(v: &mut Vec<T>, value: T)
Expand description

Push value onto the end of v.