Interface Cast

interface Cast {
    kind: "cast";
    type: xir.Type;
    value: Expression;
}

Properties

Properties

kind: "cast"
type: xir.Type
value: Expression