array-inmutable
wrapped array structure which provides inmutable high performance methods
wrapped array structure which provides inmutable high performance methods
Inserts items randomly into an array.
invert a JavaScript array
Create indexes based on arrays of objects
Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.
Returns a new array with the given maximum length
easy to select one array item at a time
Returns the items two arrays do not share
Extention for Array to add method `intersperse` for adding elements in between elements in array
A non destructive and simple function that divide an array into multiples subarrays
Get the id keys out of an array and create a hash of the values
Convert array with cartesian coordinates to polar and back
Reduce garbage collection overhead by reusing array capacity
Make a portal between two arrays and transfer items between them
Method that returns array composed of arrays, aggregated by a given key and optional transform function.
Remove the specified elements from the given array using strict equality for comparison.
A package which implements many different sorting algorithms for sorting arrays
Easy to splits a String object into array of strings by separating the string into substrings, using multiple operator strings
Centralize the synchronization of position and name based keys for record-like objects
Array#reduceRight ponyfill for older browsers