-
An element in a tuple pattern.
See moreDeclaration
Swift
public struct Element : Codable, Sendable -
Declaration
Swift
public let site: SourceRange -
The elements of the tuple.
Declaration
Swift
public let elements: [Element] -
Undocumented
Declaration
Swift
public init(elements: [Element], site: SourceRange)
View on GitHub