VarDecl
public struct VarDecl : SingleEntityDecl
A variable declaration associated with a name in a binding declaration.
-
Declaration
Swift
public static let constructDescription: String -
The identifier of the declared variable.
Declaration
Swift
public let identifier: SourceRepresentable<Identifier> -
Undocumented
Declaration
Swift
public init(identifier: SourceRepresentable<Identifier>) -
Declaration
Swift
public var site: SourceRange { get } -
Declaration
Swift
public var baseName: String { get }
View on GitHub