Removes items from input array that match predicate. A modified array is returned along with the number of items removed.
input
predicate
If predicate matches no items, a new array will still be returned, and the removed count will be 0.
Removes items from
inputarray that matchpredicate. A modified array is returned along with the number of items removed.If
predicatematches no items, a new array will still be returned, and the removed count will be 0.