Helper function to find the first item in a given tuple that satisfies a given predicate. More...
Helper function to find the first item in a given tuple that satisfies a given predicate.
Items | the tuple of input elements |
Predicate | the predicate to be tested on each element |
index | the starting index to start the search |
items_left | determines the number of items left to check the predicate |
Arg | additional arguments to pass to Predicate after each element |