[Issue 3019] New: std.typetuple: add some templates

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 22 21:45:53 PDT 2009


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 at digitalmars.com
        ReportedBy: rsinfu at 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: -------


More information about the Digitalmars-d-bugs mailing list