A small module to check if an Array is sorted
-
Updated
Jan 24, 2024 - JavaScript
A small module to check if an Array is sorted
Overloading square bracket operator [] in javascript and other array methods to any object with container using es6 proxy.
Tensor-like types – with variadic shapes – that support both static and runtime type checking, and convenient parsing
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Invoke a function for each element in a collection and update the collection in-place.
Cross-browser array-like slicer.
Implements array-like methods for Object with support for dotted notation keys
Split values into two groups.
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while 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.
While a test condition is true, invoke a function for each element in a collection.
Add a description, image, and links to the array-like topic page so that developers can more easily learn about it.
To associate your repository with the array-like topic, visit your repo's landing page and select "manage topics."