@extra-array/average
Get average of values in array.
Get average of values in array.
Get index of last value in sorted array.
Remove falsy values from array, like .compact().
Check if an iterable contains another iterable.
Get indices of all values in iterable that satisfy the test, like Array.findIndex().
Check if two maps are equal.
Check if map contains all entries.
Check if map contains all keys.
Delete specified keys from map.
Get first value in iterable, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Array0</a>.
Get hamming distance between iterables.
Get indices of all values in iterable equal to specified value, like Array.indexOf().
Flatten values in iterable, like .flatten().
Check is value is iterable collection (not string).
Get sum of values in set.
Get common infix between strings.
Get common prefix of strings.
Get common suffix of strings.
Get Tversky distance between strings.
Get Tversky index between strings.