-
The type of the value.
Declaration
Swift
var type: IR.Type { get } -
equals(_:Default implementation) Returns
trueifselfis equal toother.Default Implementation
Declaration
Swift
func equals(_ other: any Constant) -> Bool
IR Docs (91% documented)
The type of the value.
Swift
var type: IR.Type { get }
equals(_:)
Default implementation
Returns true if self is equal to other.
Swift
func equals(_ other: any Constant) -> Bool