Skip to main content

vec_remove_all

Function vec_remove_all 

Source
pub fn vec_remove_all<T: PartialEq>(v: Vec<T>, elem: &T) -> Vec<T>
Expand description

Remove all occurrences of elem from v.