Related to Issue 481 Given the recent improvements for type inference for arrays (https://github.com/D-Programming-Language/dmd/pull/3615 ), I think it can be handy to also support: void main() { int[2][] m = [[1, 2], [3, 4], [5, 6]]; foreach (auto[2] a; m) {} foreach (int[$] a; m) {} }
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18939 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB