@eagleoutice/flowr - v2.10.7
    Preparing search index...
    BuiltInProcessorMapper: {
        "builtin:acc": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { treatIndicesAsString: boolean } & ForceArguments,
        ) => DataflowInformation;
        "builtin:app": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: BuiltInApplyConfiguration,
        ) => DataflowInformation;
        "builtin:assign": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: AssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:assign-l": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: ExtendedAssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:attach": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:d": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: DefaultBuiltInProcessorConfiguration,
        ) => DataflowInformation;
        "builtin:d-ra": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: Pick<
                DefaultBuiltInProcessorConfiguration,
                "useAsProcessor"
                | "forceArgs",
            >,
        ) => DataflowInformation;
        "builtin:el": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:eval": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { includeFunctionCall?: boolean; supportFunctionCall?: boolean },
        ) => DataflowInformation;
        "builtin:f-def": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:fl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:get": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:ite": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config?: IfThenElseConfig,
        ) => DataflowInformation;
        "builtin:lib": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:list": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:local": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: LocalFunctionConfiguration,
        ) => DataflowInformation;
        "builtin:nenv": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:pipe": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: PipeConfiguration,
        ) => DataflowInformation;
        "builtin:purrr-f": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: BuiltInPurrrFormulaConfiguration,
        ) => DataflowInformation;
        "builtin:quote": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: QuoteConfig,
        ) => DataflowInformation;
        "builtin:r-hook": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RegisterHookConfig,
        ) => DataflowInformation;
        "builtin:recall": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RecallConfig,
        ) => DataflowInformation;
        "builtin:repl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: {
                assignmentOperator?: "<<-" | "<-";
                assignRootId?: NodeId;
                constructName?: "s7";
                makeMaybe?: boolean;
                readIndices?: boolean;
            } & ForceArguments,
        ) => DataflowInformation;
        "builtin:rl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:rm": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:s-bop": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { evalRhsWhen: boolean; lazy: boolean } & ForceArguments,
        ) => DataflowInformation;
        "builtin:s3-dp": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: S3DispatchConfig,
        ) => DataflowInformation;
        "builtin:s7-dispatch": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:s7-new-generic": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: S7GenericDispatchConfig,
        ) => DataflowInformation;
        "builtin:source": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { forceFollow?: boolean; includeFunctionCall?: boolean },
        ) => DataflowInformation;
        "builtin:stopifnot": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:try": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { block: string; handlers: { error?: string; finally?: string } },
        ) => DataflowInformation;
        "builtin:vector": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:with": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:wl": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
    } = ...

    Type Declaration