A tiny, faster alternative to native Array.prototype.some
Test whether a collection contains at least n
elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether a collection contains n
elements which pass a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.