-
The site from which
selfwas parsed.Declaration
Swift
public let site: SourceRange -
The capability being captured.
Declaration
Swift
public var access: SourceRepresentable<AccessEffect> -
The expression of the value being captured.
Declaration
Swift
public let source: AnyExprID -
Creates an instance with the given properties.
Declaration
Swift
public init( access: SourceRepresentable<AccessEffect>, source: AnyExprID, site: SourceRange )
View on GitHub