Removes all the elements contained in the array from the list (looking for their index).
This function could cause a memory reallocation.
the array of items that need to be removed
See Implementation
Removes all the elements contained in the array from the list (looking for their index).
This function could cause a memory reallocation.