Filters items by the given predicate
Given an array of values this tries to find the next free value of which is NOT present within the given array.
Inserts the given value into the array at the provided index
Checks if the given value is present in the given array
Removes the element at the provided position in the given array
Shifts a subset of the elements of the given array to a given position either from the left or right.
Leftwards shifting into
Rightwards shifting into
Returns a version of the input array with only unique elements.
Arrays tooling