AutoBE
    Preparing search index...
    interface IPrefixUnaryExpression {
        kind: "prefixUnary";
        operand: AutoBeTestSourceIR.IExpression;
        operator: string;
    }
    Index

    Properties

    Properties

    kind: "prefixUnary"
    operator: string