@extra-iterable/min-index-on.min
Finds index of smallest value.
Finds index of smallest value.
Finds index of smallest value.
Combines values from iterables, till first.
Combines values from iterables, till first.
Combines values from iterables, till longest.
Combines values from iterables, till longest.
Combines values from iterables, till shortest.
Combines values from iterables, till shortest.
Finds index of largest value.
Finds index of largest value.
Replace value with another value in iterable, like String.replace().
Reverse iterable, like Array.reverse().
Get size of iterable, like Set.size.
Extract part of iterable to array, like Array.slice().
Copy part of iterable to array, like Array.slice().
Check if atleast one value in iterable passes the test, like Array.some().
Split iterable with separator, like String.split().
Check if iterable starts with value, like String.startsWith().
Get sum of values in iterable.
Unmerge values of each inner iterable at corresponding position, like _.unzip().