@eagleoutice/flowr - v2.10.1
    Preparing search index...
    RConstructs: {
        constructTypes: ReadonlySet<RType>;
        is<Info = object>(
            this: void,
            node: RNode<Info> | undefined,
        ): node is RConstructs<Info>;
        name: "RConstructs";
    }

    Type Declaration

    • ReadonlyconstructTypes: ReadonlySet<RType>

      A set of all types of constructs in the normalized AST, i.e. for, repeat and while loops and if-then-else constructs.

    • is: function
    • Readonlyname: "RConstructs"