Skip to content

SpecialProtocol

Azoy edited this page May 6, 2021 · 2 revisions

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 Variables
Global Functions
Clone this wiki locally