February 05, 2007
I've written a few generic D templates that are useful for just about any D object.  I thought I'd post them here and see what you folks have to say about them.  The power of variadic templates is pretty amazing.

http://www.erik-rasmussen.com/blog/2007/02/05/useful-d-templates/

Cheers,
Erik
February 06, 2007
Erik Rasmussen wrote:
> I've written a few generic D templates that are useful for just about any D object.  I thought I'd post them here and see what you folks have to say about them.  The power of variadic templates is pretty amazing.
> 
> http://www.erik-rasmussen.com/blog/2007/02/05/useful-d-templates/

Looks like a handy solution!