@extra-array/sort-index
Get sorted indexes of array (using insertion sort).
Get sorted indexes of array (using insertion sort).
Get indices of all values in array that satisfy the test, like Array.findIndex().
Get first value of array.
Create array from entries.
Create array from lists of keys and values.
Get sum of values in array.
Check if array is equal to another array.
Get Euclidean distance between arrays.
Count occurences of all values in array.
Append iterables to array, like Array.push().
Return evenly spaced values within a given interval, like arange().
Get index of value in sorted array.
Get index of first value in sorted array.
Merge values of each object property into corresponding array, like .zip().
Check if an array contains another array.
Filter array with values of specified indexes, like .pick().
Filter array with values of specified index(es), like .pick().
Move part of array to another array.
A javascript library
Check if only value is present in array.