The array from which to remove the item.
The item to be removed from the array.
Optionaltype: TRemoveType(Optional) The removal strategy or type, defined by TRemoveType.
The original array with the specified item removed.
Removes elements from the array that match the given predicate function.
The array to remove elements from.
A function that determines whether an element should be removed.
The original array with the elements that do not match the predicate.
Removes the specified item from the given array.