@extra-array/first
Get first value of array.
Get first value of array.
Get indices of all values in array that satisfy the test, like Array.findIndex().
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.
Merge values of each object property into corresponding array, like .zip().
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.
Check if only value is present in array.
Get Hamming distance between arrays.
Create array from entries.
Create array from lists of keys and values.
Count occurences of all values in array.
Check if array is equal to another array.
Get Euclidean distance between arrays.
Check if number is perfect cube.
Get Jaccard distance between strings.
Convert string to baseline characters, limited support.