http://d.puremagic.com/issues/show_bug.cgi?id=4605
--- Comment #1 from [email protected] 2010-08-11 14:52:18 PDT --- This D2 code: import std.stdio; void main() { int[int[int]] aa; aa[[5:6, 7:8]] = 2; writeln(aa); } gives the useless output: 5:6 7:8:2 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
