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