@extra-iterable/unshift
Adds values to the start.
Adds values to the start.
Gets zero-based index.
Gets first value.
Sets value at index.
Gets value at index.
Checks if value is boolean.
Breaks iterable into chunks of given size.
Copies part of iterable to another.
Binary searches leftmost value in sorted array.
Repeats an iterable given times.
Exchanges two values.
Checks if value is iterator.
Checks if any value is true.
Gets values except first.
Checks if odd no. of values are true.
Keeps the values which pass a test.
Keeps similar values together and in order.
Flattens nested iterable to given depth.
Checks if value is iterator.
Converts iterator to iterable.