Traqula
    Preparing search index...

    Open interface describing an expression

    interface OperatorExpression {
        args: Algebra.Expression[];
        operator: string;
        subType: OPERATOR;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    operator: string
    subType: OPERATOR