Function generateModuleImports
For a given interface, finds all user-defined types used in its method
signatures and generates list of static imports with modules they originate from.
Prototype
string generateModuleImports(I)() if (is(I == interface))();
Authors
Sönke Ludwig, Михаил Страшун
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.