https://issues.dlang.org/show_bug.cgi?id=12314
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Nick Treleaven <[email protected]> --- This could be implemented with a struct template: alias gtk = MergeImports!"gtk.Application, gtk.Window"; The struct would expose the listed modules' members as aliased struct members. I think this should be closed as WONTFIX, because it adds complexity for the user when analysing modules for a case which might not be common enough, and can be done as above. --
