Removes each element of elements from this set.
elements
void removeAll(Iterable<Object> elements) => delegate.removeAll(elements);