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

    Boolean OR of two sub-expressions.

    interface OrNode {
        type: "or";
        left: SearchAst;
        right: SearchAst;
    }
    Index

    Properties

    Properties

    type: "or"
    left: SearchAst
    right: SearchAst