@eagleoutice/flowr - v2.15.9
    Preparing search index...

    The registered built-ins together with the definition list they were registered from.

    interface ConfiguredBuiltIns {
        builtIns: BuiltIns;
        definitions: BuiltInDefinition<
            | Access
            | Apply
            | Assignment
            | AssignmentLike
            | DefineArgument
            | Default
            | DefaultReadAllArgs
            | Eval
            | StringTemplate
            | ExpressionList
            | ForLoop
            | FunctionDefinition
            | Get
            | IfThenElse
            | Library
            | List
            | Load
            | Local
            | NamespaceAccess
            | Pipe
            | PurrrFormula
            | Quote
            | Recall
            | RegisterHook
            | RepeatLoop
            | Replacement
            | Rm
            | S3Dispatch
            | S7NewGeneric
            | S7Dispatch
            | S7MakeConstructor
            | Source
            | SpecialBinOp
            | StackEnv
            | StopIfNot
            | Try
            | Attach
            | EnvContents
            | ListToEnv
            | NewEnv
            | ClassGenerator
            | ClassRelation
            | S4Use
            | Vector
            | WhileLoop
            | With,
        >[];
    }
    Index
    builtIns: BuiltIns
    definitions: BuiltInDefinition<
        | Access
        | Apply
        | Assignment
        | AssignmentLike
        | DefineArgument
        | Default
        | DefaultReadAllArgs
        | Eval
        | StringTemplate
        | ExpressionList
        | ForLoop
        | FunctionDefinition
        | Get
        | IfThenElse
        | Library
        | List
        | Load
        | Local
        | NamespaceAccess
        | Pipe
        | PurrrFormula
        | Quote
        | Recall
        | RegisterHook
        | RepeatLoop
        | Replacement
        | Rm
        | S3Dispatch
        | S7NewGeneric
        | S7Dispatch
        | S7MakeConstructor
        | Source
        | SpecialBinOp
        | StackEnv
        | StopIfNot
        | Try
        | Attach
        | EnvContents
        | ListToEnv
        | NewEnv
        | ClassGenerator
        | ClassRelation
        | S4Use
        | Vector
        | WhileLoop
        | With,
    >[]