Commits

Jordan Rose committed b378a5043f4
[stdlib] Dictionary and Set's removeAtIndex should return the element. For Dictionary, that's a (KeyType, ValueType) pair. For Set, that's just the set element type. This is more consistent with the removeAtIndex on RangeReplaceableCollectionType (which Dictionary and Set don't conform to). rdar://problem/20299881 Swift SVN r30696