The array from which to remove the item.
The item to be removed from the array.
Optional
type: TRemoveType(Optional) The removal strategy or type, defined by TRemoveType
.
A new 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.
A new array with the elements that do not match the predicate.
Removes the specified item from the given array.