Protocols
The following protocols are available globally.
-
A protocol to which the phantom types for a constant’s representation conform.
Declaration
Swift
public protocol ConstantRepresentation -
A protocol to which the phantom types for integral constants conform.
Declaration
Swift
public protocol IntegralConstantRepresentation: ConstantRepresentation
-
An
See moreIRTypeis a type that is capable of lowering itself to anLLVMTypeRefobject for use with LLVM’s C API.Declaration
Swift
public protocol IRType
Protocols Reference