Function search_vec

Source
pub fn search_vec<T: PartialEq>(arr: &Vec<T>, key: &T) -> i32