www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Useful D Templates

reply Erik Rasmussen <i_am_erik yahoo.com> writes:
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
Feb 05 2007
parent Walter Bright <newshound digitalmars.com> writes:
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!
Feb 05 2007