Module.this

Constructs a Module object.

  1. this(cstring filePath, CompilationContext cc)
  2. this(SourceText src, CompilationContext cc)

Parameters

filePath
Type: cstring

File path to the source text; loaded in the constructor.

Meta