VoidType

public struct VoidType: IRType

The Void type represents any value and has no size.

  • Creates an instance of the Void type.

    Declaration

    Swift

    public init()
  • Retrieves the underlying LLVM type object.

    Declaration

    Swift

    public func asLLVM() -> LLVMTypeRef