@extra-object/from
Create object from entries, like Array.from().
Create object from entries, like Array.from().
Check if value is present in object, like Array.includes().
Get first key of value in entries, like Array.indexOf().
Get keys of all values equal to specified value, like Array.indexOf().
Check if value is included in entries, like Array.includes().
Get sum of values in iterable.
Check if two lists are equal.
Remove specified values from iterable, like .without().
Get indices of all values in lists that satisfy the test, like Array.findIndex().
Get index of first value in lists that satisfies the test, like Array.findIndex().
Get last value in lists that satisfies the test, like Array.find().
Get index of last value in lists that satisfies the test, like Array.findIndex().
Get first value in lists, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Array0</a>.
Check if value is present in lists, like Array.includes().
Get first index of value in lists, like Array.indexOf().
Get indices of all values in lists equal to specified value, like Array.indexOf().
Get last value in lists, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Arraylength-1</a>.
Get last index of value in lists, like Array.lastIndexOf().
Get middle value in lists, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Indexedcollections">Arrayi</a>.
Replace values in iterable with a map.