remove_all_array
Description:
Removes the subset of items in this collection corresponding to the elements in the input array. If there is several occurrences of the same value in this collection they are decremented of the number of occurrences in the input array.
Parameters:
array |
the array which items will be compared with this collection. |
Returns:
|