mixin(GenerateMyInterface!(...));... <Here I would like to add some members/methods to MyInterface which was generated above> ...
Is this at all possible?
mixin(GenerateMyInterface!(...));... <Here I would like to add some members/methods to MyInterface which was generated above> ...
Is this at all possible?