A tiny, faster alternative to native Array.prototype.every
Test whether all elements in an array pass a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least n
elements which pass a test implemented by a predicate function, iterating from right to left.