Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 23, 2009 [Issue 3019] New: std.typetuple: add some templates | ||||
---|---|---|---|---|
| ||||
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 23, 2009 [Issue 3019] std.typetuple: add some templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to rsinfu@gmail.com | 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: ------- |
September 27, 2010 [Issue 3019] std.typetuple: add some templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to rsinfu@gmail.com | 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: ------- |
February 05, 2013 [Issue 3019] std.typetuple: add some templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to rsinfu@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3019 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej.mitrovich@gmail.com --- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-04 18:21:39 PST --- staticMap, allSatisfy are now in std.traits. I don't know about the benefits of the other ones in the attachment, I haven't seen requests for them. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation