ModuleType
public struct ModuleType : TypeProtocol
extension ModuleType: CustomStringConvertible
A module type.
-
The declaration that introduces the module.
Declaration
Swift
public let decl: ModuleDecl.ID -
The name of the module.
Declaration
Swift
public let name: Incidental<String> -
Creates an instance denoting the module declared by
decl.Declaration
Swift
public init(_ decl: ModuleDecl.ID, ast: AST) -
Declaration
Swift
public var flags: ValueFlags { get } -
Declaration
Swift
public var description: String { get }
View on GitHub