@extra-array/sum
Get sum of values in array.
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.
Check if only value is present in array.
Get indices of all values in array equal to specified value, like Array.indexOf().
Get Hamming distance between arrays.
Check if number is perfect cube.
Common GitHub REST API operations.
Get Jaccard distance between strings.
Convert string to baseline characters, limited support.