digitalmars.D.bugs - [Issue 3019] New: std.typetuple: add some templates
- d-bugmail puremagic.com May 22 2009
- d-bugmail puremagic.com May 22 2009
- d-bugmail puremagic.com Sep 26 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3019 Summary: std.typetuple: add some templates Product: D Version: 2.030 Platform: PC OS/Version: All Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: rsinfu gmail.com Depends on: 2996 Created an attachment (id=378) --> (http://d.puremagic.com/issues/attachment.cgi?id=378) enhancement The proposed patch adds these templates to std.typetuple: - PackedTuple, - tupleToArray, arrayToTuple, - staticFilter, staticPartition, and staticReduce. The patch also moves staticMap and allSatisfy from std.traits to std.typetuple. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 22 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3019 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|bugzilla digitalmars.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 22 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3019 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|andrei metalanguage.com |rsinfu gmail.com --- Comment #1 from Andrei Alexandrescu <andrei metalanguage.com> 2010-09-26 18:43:28 PDT --- I'm assigning this to Shin who can operate the changes himself. Shin, feel free to close this if you think this proposal is already accounted for by your recent contributions. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 26 2010









d-bugmail puremagic.com 