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

    Type Declaration

    • is: function
    • ReadonlyloopConstructTypes: ReadonlySet<RType>

      A set of all types of loop constructs in the normalized AST, i.e. for, repeat and while loops.

    • Readonlyname: "RLoopConstructs"