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