remove_first_from_vec

Function remove_first_from_vec 

Source
pub fn remove_first_from_vec<T>(vec: &mut Vec<T>, needle: &T)
where T: PartialEq,