Skip to content

ProtocolDispatchStrategy

tevelee edited this page Jul 25, 2026 · 1 revision

ProtocolDispatchStrategy

The method-dispatch ABI used by a protocol reference.

public enum ProtocolDispatchStrategy: UInt8, Sendable 

Inheritance

Sendable, UInt8

Enumeration Cases

objc

Objective-C message dispatch.

case objc = 0

swift

Swift witness-table dispatch.

case swift = 1
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally