http://d.puremagic.com/issues/show_bug.cgi?id=6365
--- Comment #9 from [email protected] 2011-07-23 07:48:46 PDT --- (In reply to comment #8) > Regarding mismatch in the number of elements, we may actually do good to > disable > > TypeTuple!(int, int) f = 10; > assert(f[0] == 10); > assert(f[1] == 10); > > instead of striving to be consistent with it. This was right my point. On this I have opened bug 6367 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
