Element public struct Element : Codable, Sendable A key-value pair in a map literal. Show on GitHub init(key:value:) Creates an instance having the given properties. Declaration Swift public init(key: AnyExprID, value: AnyExprID) Show on GitHub key Undocumented Declaration Swift public var key: AnyExprID Show on GitHub value Undocumented Declaration Swift public var value: AnyExprID Show on GitHub