Removes all elements of this set that satisfy test.
test
void removeWhere(bool test(String name)) { modify((s) => s.removeWhere(test)); }