pub fn find_any<'a, 'b, T: PartialEq>( input: &'a [T], check_set: &'b [T], ) -> Option<(&'a T, usize)>