Checks if value is array.
Breaks array when test passes.
Segregates values by test result.
Removes last value.
Gets value at index.
Picks an arbitrary prefix.
Picks an arbitrary suffix.
Repeats an array given times.
Updates values based on map function.
Gives values present in both arrays.
Lists all possible suffixes.
Lists all possible prefixes.
Breaks array considering test as separator.
Binary searches leftmost value in sorted array.
Gets a part of array.
Adds values to the end.
Converts iterable to array.
Keeps first n values only.
Rotates values in array.
Picks an arbitrary infix.
Gets values except last.
Gives values present in any array.
Gets values except first.
Exchanges two values.