DMD 1.034 and 2.018 releases

Walter Bright newshound1 at digitalmars.com
Fri Aug 8 22:44:01 PDT 2008


bearophile wrote:
> bearophile:
>> - I like a syntax as a+b and a[]+4 instead of a[]+b[] and a[]+4,
> 
> I meant:
> a + b
> a + 4
> 
> instead of:
> a[] + b[]
> a[] + 4

D already distinguishes operations on the array handle, a, from 
operations on the contents of a, a[]. I think this is a good distinction.


More information about the Digitalmars-d-announce mailing list