Merges values from arrays.
Reverses the array.
Finds index of leftmost value passing a test.
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Gets value at index.
Combines values from arrays.
Checks if array has a permutation.
Adds values to the start.
Gets value at index.
Picks an arbitrary permutation.
Reverses the array.
Gets values except first.
Adds values to the start.
Converts iterable to array.
Checks if value is array.
Removes first value.
Gets last value.
Lists cartesian product of arrays.
Keeps values which pass a test.
Keeps first n values only.
Gets values except last.
Adds values to the end.
Removes last value.
Checks if array contains an infix.