www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: assignment: left-to-right or right-to-left evaluation?

Well, seems like disambiguation will solve only portability issues.
From performance point of view in order to call
 int opIndexAssign(int value, size_t i)
you should fisrt evaluate value, then indexes.
May 12 2009