www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - std.templatecons ready for comments

reply "Ilya Yaroshenko" <ilyayaroshenko gmail.com> writes:
Hello!

std.templatecons: Functional style template constructors.

Documentation:
http://9il.github.io/phobosx/std.templatecons.html

Source:
https://github.com/9il/phobosx/blob/master/std/templatecons.d

Note:
dmd >= 2.64 required

Thread for comments:
http://forum.dlang.org/thread/etoraglamxaiivqjzwfy forum.dlang.org

Best Regards,
Ilya Yaroshenko
Nov 10 2013
parent "Dicebot" <public dicebot.lv> writes:
Had a very quick run-through the provided functionality. Looks 
nice and has some of utilities I tend to reinvent in my own code 
when doing meta-programming. Though I'd prefer to initiate 
creation of nested `std.meta` package and move such stuff there 
instead of adding yet another plain module. Also I am trying to 
negotiate with Andrei & Walter into deciding std.typetuple fate 
which may impact implementation of such module quite a lot :)
Nov 10 2013