Re: Small code review

2012-06-20 Thread Jonathan M Davis
On Wednesday, June 20, 2012 18:59:08 mist wrote: > 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 i

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 lik

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 w

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 recommendation