@extra-array/first
Get first value of array.
Get first value of array.
Check if array is equal to another array.
Get Euclidean distance between arrays.
Check if an array contains another array.
Count occurences of all values in array.
Get indices of all values in array equal to specified value, like Array.indexOf().
Check if only value is present in array.
Check if number is perfect cube.
Get Jaccard distance between strings.
Convert string to baseline characters, limited support.
Convert string to superscript characters, limited support.
Common GitHub REST API operations.
Get sorted indexes of array (using insertion sort).
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().
Filter array with values of specified indexes, like .pick().
Filter array with values of specified index(es), like .pick().