why array do not support gcc style Initialize way?

lili akozhao at tencent.com
Wed Sep 11 12:00:01 UTC 2019


Hi:
     In C array init is early than D。
     int ary[3]={[1]=2};
     int ary[100]={[10 ... 20]=10};
     Why D betterC do not support this way。


More information about the Digitalmars-d mailing list