Sets value at index.
Merges values from arrays.
Finds index of leftmost value passing a test.
Reverses the array.
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.
Removes last value.
Adds values to the end.