Skip to content

TypeMetatadaKind

0x41c edited this page Jun 7, 2022 · 1 revision

TypeMetatadaKind

public enum TypeMetatadaKind: Int 

Inheritance

Int

Initializers

init(raw:)

public init(raw: Int) 

Enumeration Cases

`struct`

case `struct`                   = 0x200

`enum`

case `enum`                     = 0x201

`optional`

case `optional`                 = 0x202

foreignClass

case foreignClass               = 0x203

opaque

case opaque                     = 0x300

tuple

case tuple                      = 0x301

function

case function                   = 0x302

existential

case existential                = 0x303

metatype

case metatype                   = 0x304

objcClassWrapper

case objcClassWrapper           = 0x305

existentialMetatype

case existentialMetatype        = 0x306

heapLocalVariable

case heapLocalVariable          = 0x400

genericHeapLocalVariable

case genericHeapLocalVariable   = 0x500

error

case error                      = 0x501

`class`

case `class`
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally