ChemPal Documentation - v1.6.0
    Preparing search index...

    Boolean AND of two sub-expressions.

    interface AndNode {
        type: "and";
        left: SearchAst;
        right: SearchAst;
    }
    Index

    Properties

    Properties

    type: "and"
    left: SearchAst
    right: SearchAst