Skip to content

OpaqueMetadata

tevelee edited this page Jul 21, 2026 · 1 revision

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 Typealiases
Global Variables
Global Functions

Clone this wiki locally