[Issue 11658] implicit conversion of associative array literal to (typesafe variadic) tuple array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 1 16:03:48 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11658



--- Comment #2 from Martin Nowak <code at dawg.eu> 2013-12-01 16:03:45 PST ---
That would work as well, but it has some drawbacks.
- Template bloat for different AA/array lengths.
- Typing rules depends on the implementation, which allows
  subtle surprises.
- AA/array literals with mixed types are debatable but not necessary
  to implement a library AA. Better discuss this idea on the newsgroup.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list