Checks if predicate returns truty for all elements of collection. 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:
Checks if
predicatereturns truty for all elements ofcollection. Iteration is stopped once predicate returns falsey.Note: This function returns
truefor empty collections because everything is true of elements of empty collections.Contribution to minified bundle size, when it is the only function imported: