October 11, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8799

           Summary: Tuple Expand Property
           Product: D
           Version: D2
          Platform: All
               URL: http://dlang.org/tuple.html
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: Jesse.K.Phillips+D@gmail.com


--- Comment #0 from Jesse Phillips <Jesse.K.Phillips+D@gmail.com> 2012-10-10 19:34:35 PDT ---
As per doc comment: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/Tuples

After the section starting with "Tuples can be used as arguments to templates, and if so ...", you should mention, that tuples don't expand automatically to multiple function arguments, but their expand property can be used to effect this. Then show an example of this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 19, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8799



--- Comment #1 from Jesse Phillips <Jesse.K.Phillips+D@gmail.com> 2012-10-19 11:28:57 PDT ---
Sorry I miss understood and did not remember that Tuples do auto expand. The actual request is mapping the Tuple to a function, as requested on SO:

http://stackoverflow.com/questions/12888263/mapping-variadic-template-arguments-in-d

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