Checks if any elements in range fulfill a given predicate F.
The function predicate to use.
The range of values to check if fulfill F.
True if any elements in range fulfill F.
See Implementation
Checks if any elements in range fulfill a given predicate F.