Skip to content

KeyPathComponentHeader_ComputedIdentifierResolution

tevelee edited this page Jul 25, 2026 · 1 revision

KeyPathComponentHeader.ComputedIdentifierResolution

Identifier resolution states for computed key-path components.

public enum ComputedIdentifierResolution: UInt8, Sendable 

Inheritance

Sendable, UInt8

Enumeration Cases

resolved

case resolved = 0

functionCall

case functionCall = 1

indirectPointer

case indirectPointer = 2

resolvedAbsolute

case resolvedAbsolute = 3
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally