Skip to content

Metadata

Azoy edited this page Mar 17, 2021 · 2 revisions

Metadata

Metadata refers to the Swift metadata records in a given binary. All metadata records include a value witness table, which describe how to properly copy, destroy, etc. the memory of a type, along with a given "kind".

public protocol Metadata

Requirements

ptr

Backing metadata pointer.

var ptr: UnsafeRawPointer
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally