Wrong lowering for a[b][c]++

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Mar 23 13:10:29 PDT 2012


On 3/23/12, Timon Gehr <timon.gehr at gmx.ch> wrote:
> Maybe you are also missing that this is valid code:
> int[] a = [1 : 2, 3 : 4];

What is this syntax for and how is it used? It creates '[0, 2, 0, 4]',
which is puzzling to me.


More information about the Digitalmars-d mailing list