Skip to content

TupleMetadata_Element

Azoy edited this page Mar 17, 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.

var type: Any.Type

metadata

The metadata for the type for this tuple element.

var metadata: Metadata

offset

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

var offset: Int
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally