http://d.puremagic.com/issues/show_bug.cgi?id=9976
khurshid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from khurshid <[email protected]> 2013-04-23 00:36:32 PDT --- And this :)) template Reverse(TList...) { static if (TList.length <= 1 ) alias TList Reverse; else alias TypeTuple!( TList[$-1], Reverse!(TList[1..$-1]), TList[0]) Reverse; } :))) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
