searches the whole list, and any element that matches with elements in the array are deleted
any function that works based on last-item-read should not be called while this is running, like in another thread...
Arguments: toRemove is the array containing the elements to delete
true on success, false if no elements matched
Exception if failed to delete an element
See Implementation
searches the whole list, and any element that matches with elements in the array are deleted
any function that works based on last-item-read should not be called while this is running, like in another thread...
Arguments: toRemove is the array containing the elements to delete