Commits

Dmitri Hrybenko committed ad81277931a
stdlib: remove Set<T>.GeneratorType This API was added by mistake, and the type alias should have been called ``Generator``. In fact, a nested type alias is already inferred to satisfy the associated type ``Generator`` in Set's ``SequenceType`` conformance. rdar://20171363 Swift SVN r29796