On Nov 18, 09 05:40, Ellery Newcomer wrote:
Bill Baxter wrote:

However, I think for the good of humanity we can accept that one
little bizarre example of legal C syntax not doing the same thing in
D.

int[] i;

auto a = (i)[0];

what does this do?

(i) should not construct a tuple. Probably (i,).

Reply via email to