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

    Type Declaration

    • ReadonlyfunctionTypes: ReadonlySet<RType>

      A set of all types of function-related nodes in the normalized AST, i.e. function definitions, function calls, parameters and arguments.

    • is: function
    • Readonlyname: "RFunctions"