November 10, 2013
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
November 10, 2013
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 :)