How to Mixin a Type List?

Nick nick at example.com
Tue Jan 25 03:33:00 PST 2011


Instead of mixing in type by type, is there a way to mixin a Type Tuple? 
Some foreach Type mixin;

Otherwise, I guess recursive templated inheritance with a single mixin 
at each level should to the trick?

Thanks,
Nick


More information about the Digitalmars-d-learn mailing list