标签: swift set enumeration
在枚举期间从集合中删除元素是否安全?
for item in mySet { ... if needToRemove { mySet.remove(item) } }