-
The direction of a cast expression w.r.t. the type lattice.
See moreDeclaration
Swift
public enum Direction : Codable, Sendable -
Declaration
Swift
public let site: SourceRange -
The site of the
askeyword.Declaration
Swift
public let introducerSite: SourceRange -
The left operand.
Declaration
Swift
public let left: AnyExprID -
The type to which the left operand is being converted.
Declaration
Swift
public let right: AnyExprID -
The direction of the cast.
Declaration
Swift
public let direction: Direction -
Creates an instance with the given properties.
Declaration
Swift
public init( introducerSite: SourceRange, left: AnyExprID, right: AnyExprID, direction: Direction, site: SourceRange )
View on GitHub