Re: Small code review

2012-06-20 Thread mist
Could you add more details here? What is current official position? Updating typelist.d and merging with typetuple.d? Keeping current one and rewriting some algorithms from typelist to work with current TypeTuple? My point is exactly that it is not that much important how such library looks

Small code review

2012-06-18 Thread mist
Subj: http://dpaste.dzfl.pl/dfab7219 I wanted to code a small extension to phobos typetuple module to extend basic available operations on type tuples more on par with std.algorithm ones. I don't have enough practice in metaprogramming D way though and would gladly listen any recommendations

Re: Small code review

2012-06-18 Thread Jonathan M Davis
On Monday, June 18, 2012 23:41:01 mist wrote: Subj: http://dpaste.dzfl.pl/dfab7219 I wanted to code a small extension to phobos typetuple module to extend basic available operations on type tuples more on par with std.algorithm ones. I don't have enough practice in metaprogramming D way