Stuff that is useful when porting FORTRAN code to D.
Memory management. The code in this module is borrowed from David Simcha's dstats project, specifically the dstats.alloc module.
Facilities for template metaprogramming.
Unit testing tools.
Templates for compile-time introspection.