Conditional Inheritance

JS js.mdnq at gmail.com
Sat Jul 13 22:00:10 PDT 2013


I need to conditionally inherit:

interface A(T) : conditionallyInherit!(isBasicType!T, B);

A!(double) will inherit B but A!(mytype) won't.


More information about the Digitalmars-d-learn mailing list