On Sunday, February 12, 2012 10:07:52 Ali Çehreli wrote: > Related question: Does D define the order of evaluation in an expression > like > > foo() ~ bar() > > Or is it unspecified as in C and C++?
It's currently unspecified. Walter has stated that he wants to make it so that it's always left to right, but I don't believe that he's done it yet, and it may or may not ever happen. - Jonathan m Davis