XCompile
    Preparing search index...

    Interface Cast

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

    Properties

    Properties

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