Skip to content

ExtendedExistentialTypeShape_SpecialKind

tevelee edited this page Jul 25, 2026 · 1 revision

ExtendedExistentialTypeShape.SpecialKind

The existential value representation selected by its shape.

public enum SpecialKind: UInt8 

Inheritance

UInt8

Enumeration Cases

opaque

case opaque = 0

`class`

case `class` = 1

metatype

case metatype = 2

explicitLayout

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

Clone this wiki locally