Skip to content

FunctionConvention

tevelee edited this page Jul 21, 2026 · 1 revision

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 Typealiases
Global Variables
Global Functions

Clone this wiki locally