Checks if predicate returns truty for all elements of collection. Iteration is stopped once predicate returns falsey.
predicate
collection
Note: This function returns true for empty collections because everything is true of elements of empty collections.
true
Contribution to minified bundle size, when it is the only function imported:
Checks if
predicate
returns truty for all elements ofcollection
. Iteration is stopped once predicate returns falsey.Note: This function returns
true
for empty collections because everything is true of elements of empty collections.Contribution to minified bundle size, when it is the only function imported: