On 4/30/12, H. S. Teoh <[email protected]> wrote: > Then > you can write: > > uint[] a = [ > 2: 100, > 10: 200 > ] > > and it will be equivalent to: > > uint[] a = [0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 200];
But you can already use this syntax right now?
On 4/30/12, H. S. Teoh <[email protected]> wrote: > Then > you can write: > > uint[] a = [ > 2: 100, > 10: 200 > ] > > and it will be equivalent to: > > uint[] a = [0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 200];
But you can already use this syntax right now?