-
The whole program within which the module resides
Declaration
Swift
public let program: P -
The identity of the module within
program.Declaration
Swift
public let module: ModuleDecl.ID -
A memberwise-initialized instance.
Declaration
Swift
public init(program: P, module: ModuleDecl.ID) -
Returns
(program, module).Declaration
Swift
public consuming func components() -> (program: P, module: ModuleDecl.ID)
View on GitHub