Skip to content

OpaqueMetadata

Azoy edited this page May 6, 2021 · 2 revisions

OpaqueMetadata

The metadata structure that represents some opaque type in Swift. An opaque type might include a private structure, or perhaps some metadata for the various Builtin types in Swift.

public struct OpaqueMetadata: Metadata 

ABI Stability: Stable since the following

| macOS | iOS/tvOS | watchOS | Linux | Windows |
|-------|----------|---------|-------|---------|
| 10.14 | 12.2     | 5.2     | NA    | NA      |

Inheritance

Metadata

Properties

ptr

Backing opaque metadata pointer.

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