-
A key-value pair in a map literal.
See moreDeclaration
Swift
public struct Element : Codable, Sendable -
Declaration
Swift
public let site: SourceRange -
The key-value pairs of the literal.
Declaration
Swift
public let elements: [Element] -
Undocumented
Declaration
Swift
public init(elements: [Element], site: SourceRange)
View on GitHub