I want to add a Phobos module with template mixins for common idioms.

Dicebot m.strashun at gmail.com
Tue May 7 01:58:46 PDT 2013


I really think that UDA annotations + single mixin like this:

class Test
{
     private:
         // annotated stuff
     public:
     mixin implementAnnotations!Test;
}

is a most type-safe approach which scales.


More information about the Digitalmars-d mailing list