Category
true
if every element passed the predicate, false
otherwise
Iterable
Category
Determines whether all the elements of an iterable pass a given predicate.
Time complexity: O(n)
Space complexity: O(1)
true
if every element passed the predicate, false
otherwise
Iterable
Determines whether all the elements of an iterable pass a given predicate.
Time complexity: O(n)
Space complexity: O(1)