VoidType

public struct VoidType : IRType

The Void type represents any value and has no size.

  • Declaration

    Swift

    public static func == (lhs: VoidType, rhs: VoidType) -> Bool