VoidConstant
public struct VoidConstant : Constant, Hashable
extension VoidConstant: CustomStringConvertible
A void constant.
-
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public var type: IR.Type { get } -
Declaration
Swift
public var description: String { get }
View on GitHub