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