File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,14 @@ Latest
91
91
back-ticks. For more information, see
92
92
[SE-0001](https://github.com/apple/swift-evolution/blob/master/proposals/0001-keywords-as-argument-labels.md).
93
93
94
+ * Tuples (up to arity 6) whose elements are all `Comparable` or `Equatable` now
95
+ implement the full set of comparison/equality operators. The comparison
96
+ operators are defined in terms of [lexicographical order][]. See [SE-0015][]
97
+ for more information.
98
+
99
+ [lexicographical order]: https://en.wikipedia.org/wiki/Lexicographical_order
100
+ [SE-0015]: https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md
101
+
94
102
2015-09-17 [Xcode 7.1, Swift 2.1]
95
103
----------
96
104
You can’t perform that action at this time.
0 commit comments