pub fn vec_remove_all<T: PartialEq>(v: Vec<T>, elem: &T) -> Vec<T>
Remove all occurrences of elem from v.
elem
v