Extending an interface or class outside of it

Frustrated c1514843 at drdrb.com
Mon Nov 25 16:27:49 PST 2013


I have some type of automatically generated interface using a 
mixin an would like to extend them after they are generated:

     mixin(GenerateMyInterface!(...));

     ... <Here I would like to add some members/methods to 
MyInterface which was generated above> ...

Is this at all possible?




More information about the Digitalmars-d-learn mailing list