Skip to content

SpecialProtocol

tevelee edited this page Jul 21, 2026 · 1 revision

SpecialProtocol

A discriminator to determine the special protocolness of an existential.

public enum SpecialProtocol: UInt8 

Inheritance

UInt8

Enumeration Cases

none

Every other protocol (not special at all, sorry.)

case none = 0

error

Swift.Error

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

Clone this wiki locally