CompilationContext.externalModules

External modules that are provided by driver or created at runtime from @extern(module) dll functions

struct CompilationContext
HashMap!(Identifier, LinkIndex, Identifier.init) externalModules;

Meta