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

    Helper object to provide helper functions for RConstants.

    Type Declaration

    • ReadonlyconstantTypes: ReadonlySet<RType>

      A set of all types of constants in the normalized AST, i.e. number, string and logical constants.

    • is: function
    • Readonlyname: "RConstant"

    RNode - for more general helper functions for all nodes