On Wednesday, 1 April 2015 at 10:06:20 UTC, Dominikus Dittes Scherkl wrote:
There is a gapping hole in the language reference: The operators are nowhere described. Ok, most of them are the same as in C and C++, but there are subtle differences (e.g. different precedence) and some are new (the floating point comparisons have their own chapter and they are about to beeing deprecated, but what about >>>, ^^, ^^=, =>, ., is, in ?). And even if they where all the same as in C or C++, not everybody comes from those languages and D should be understandable without such kind of background knowledge, I think.

http://dlang.org/expression.html

and related http://dlang.org/operatoroverloading.html

Reply via email to