remove_if

Function remove_if 

Source
pub fn remove_if<T, F>(array: &Vec<T>, predicate: F) -> Vec<T>
where T: Clone, F: Fn(&T) -> bool,