array-sorter
Sort an array of objects by one or more properties in any order. Multiple properties and custom comparison functions can be used.
Sort an array of objects by one or more properties in any order. Multiple properties and custom comparison functions can be used.
Returns a random item from an array.
Array random value
Randomize the order of array items
creates a new array with given range
array merging and comparing
A small library provoding method to merge two sorted array
Get the smallest value in an array of numbers
Call a function for every element from a given array that's missing from another array
Small utility function to get the most common item in an array
Pair two arrays, or pair a single array's contents
array chunk utilities by function utility
Create patch diffs for arrays
Make an array from another arrays values for a specific key
Array manipulator library
Short package to get the first n elements of an array
Splits array into rows and columns and navigates via up, down, right and left commands
Create an array of unique values, in order, from the input arrays
return an array that removing duplicate elements of the given array, still keep the order of the elements.
2 arrays are converted to single object where key is from first array and value is from second.