[Issue 4113] std.typetuple, std.typecons, TypeTuple, Tuple, tuple names

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 9 07:14:03 PDT 2012


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


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #3 from timon.gehr at gmx.ch 2012-09-09 07:14:39 PDT ---
I usually just use template Seq(T...){ alias T Seq; }. The distinction between
type and expression tuples is not important. Anything that has 'tuple' in it is
a bad name because a) tuples usually don't get auto-expanded, b) we already
have
std.typecons.tuple. I object to renaming anything if both names are bad.

Ideally we'd have support for returning a Seq and there would also be a seq 
helper function akin to tuple.

-- 
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