Element
public struct Element : Hashable, Sendable
extension TupleType.Element: CustomStringConvertible
An element in a tuple type.
-
Creates an instance having the given properties.
Declaration
Swift
public init(label: String?, type: AnyType) -
The label of the element.
Declaration
Swift
public let label: String? -
The type of the element.
Declaration
Swift
public let type: AnyType -
Declaration
Swift
public var description: String { get }
View on GitHub