Updated 6 months ago
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Updated 6 months ago
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
Updated 6 months ago
@stdlib/utils-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
Updated 6 months ago
@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Updated 6 months ago
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
Updated 6 months ago
array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.