Gives values of array not present in another.
Removes duplicate values.
Removes first value.
Updates values based on map function.
Lists all possible subsequences.
Exchanges two values.
Lists all possible infixes.
Counts values which satisfy a test.
Extra array methods for JavaScript and TypeScript
Keeps first n values only.
Keeps values which pass a test.
Finds index of first value passing a test.
Breaks array keeping similar values together.
Picks an arbitrary subsequence.
Removes or replaces existing values.
Picks an arbitrary infix.
Counts the number of values.
Picks an arbitrary subsequence.
Compares two arrays.
Removes duplicate values.
Gets first value.
Appends values from arrays.
Picks an arbitrary permutation.
Gets values from left.