Skip to content

FunctionConvention

Azoy edited this page May 6, 2021 · 2 revisions

FunctionConvention

A discriminator to determine what calling convention a function has.

public enum FunctionConvention: UInt8 

Inheritance

UInt8

Enumeration Cases

swift

case swift = 0

block

case block = 1

thin

case thin = 2

c

case c = 3
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally