Skip to content

TupleMetadata_Element

tevelee edited this page Jul 21, 2026 · 1 revision

TupleMetadata.Element

The structure that represents a tuple element in some tuple metadata.

public struct Element: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

type

The type for this tuple element.

public var type: Any.Type 

metadata

The metadata for the type for this tuple element.

public var metadata: Metadata 

offset

The offset in bytes to this element from a tuple pointer.

public var offset: Int 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally