Traqula
    Preparing search index...
    interface ExistenceExpression {
        input: Algebra.Operation;
        not: boolean;
        subType: EXISTENCE;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    not: boolean
    subType: EXISTENCE