We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be53728 commit e92bfccCopy full SHA for e92bfcc
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Latest
2
------
3
4
+* The ++ and -- operators have been deprecated, and are slated to be removed in
5
+ Swift 3.0. As a replacement, please use "x += 1" on integer or floating point
6
+ types, and "x = x.successor()" on Index types.
7
+
8
* The operator identifier lexer grammar has been revised to simplify the rules
9
for operators that start with a dot ("."). The new rule is that an operator
10
that starts with a dot may contain other dots in it, but operators that start
0 commit comments