VoidType
public struct VoidType : IRType
extension VoidType: Equatable
The Void type represents any value and has no size.
-
Returns the context associated with this type.
Declaration
Swift
public let context: Context -
Creates an instance of the
Voidtype.Parameters
contextThe context to create this type in
-
Retrieves the underlying LLVM type object.
Declaration
Swift
public func asLLVM() -> LLVMTypeRef -
Declaration
Swift
public static func == (lhs: VoidType, rhs: VoidType) -> Bool
VoidType Structure Reference