Skip to content

TupleMetadata_Element

Azoy edited this page May 6, 2021 · 2 revisions

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 Variables
Global Functions
Clone this wiki locally