Introduced
public struct Introduced<T> : Codable, Sendable where T : NodeIDProtocol
A node and the site of its introducer in program sources.
-
The site of
value‘s introducer.Declaration
Swift
public let introducerSite: SourceRange -
A node introduced in program sources at
introducerSite.Declaration
Swift
public let value: T -
Creates an instance bundling
nwith the site from which its introducer was parsed.Declaration
Swift
public init(_ n: T, at introducerSite: SourceRange)
View on GitHub