find_any

Function find_any 

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