Skip to content

GenericMetadataPartialPattern

tevelee edited this page Jul 25, 2026 · 1 revision

GenericMetadataPartialPattern

A compact relative copy pattern embedded in a typed generic metadata pattern.

public struct GenericMetadataPartialPattern: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

pattern

The bytes copied into the instantiated metadata. The pattern is runtime-private data and is exposed for inspection only.

public var pattern: UnsafeRawPointer? 

offsetInWords

The destination offset, in machine words, for pattern.

public var offsetInWords: UInt16 

sizeInWords

The number of machine words copied from pattern.

public var sizeInWords: UInt16 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally