It's hard (for a computer) to do something to each member of a set if the set keeps changing while it's trying to enumerate them.
There are ways to deal with it (especially if you know how the set is going to be changing while you're enumerating it) but some standard enumerations just fail.
Comments 1
There are ways to deal with it (especially if you know how the set is going to be changing while you're enumerating it) but some standard enumerations just fail.
Reply
Leave a comment