[Issue 11235] Add analog of TypeTuple that does not auto-expand

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 12 14:50:39 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11235



--- Comment #3 from Dicebot <public at dicebot.lv> 2013-10-12 14:50:38 PDT ---
No, those are quite different. `std.typecons.Tuple` defines runtime tuple
(struct). It can be CTFE'ed of course, but it can't contain types (in TypeTuple
sense) or aliases (completely), only values and value meta-data.

Proposed `Group` acts exactly like `TypeTuple` but do not auto-expand.

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


More information about the Digitalmars-d-bugs mailing list