Skip to content

KeyPathComponentHeader_Kind

tevelee edited this page Jul 25, 2026 · 1 revision

KeyPathComponentHeader.Kind

Component representations defined by the Swift key-path ABI.

public enum Kind: UInt8, Sendable 

Inheritance

Sendable, UInt8

Enumeration Cases

external

case external = 0

`struct`

case `struct` = 1

computed

case computed = 2

`class`

case `class` = 3

optional

case optional = 4
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally