"Walter" <newshound@digitalmars.com> wrote in message news:ca2nau$1ath$1@digitaldaemon.com...
> It's now possible to do assymmetrical operator overloads with commutative
> operators like +.
>
> And it's now possible to create a << stream operator overloading in D. Not
> that I endorse such a use of operator overloading for non-arithmetic
> purposes, but it's now possible (without doing free operator functions or
> needing ADL, either!).
>
>
http://www.digitalmars.com/d/changelog.html
>
>
 
WOW! Walter you are really making it harder and harder to complain about
the language!!! :)
 
Just a little question:
  • The Expression within an array's brackets is now an AssignExpression (meaning that commas are no longer allowed).
  •  
    Could this mean that rectangular arrays are coming in some future? :)