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?


Reply via email to