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。