Commits
Dmitri Hrybenko committed a99093581b8
stdlib: change {Dictionary,Set}.Generator to value semantics
Generator observes a snapshot of the collection.  Mutating the
collection should not have any effect on existing generators.
rdar://19726013
Swift SVN r25171