@eagleoutice/flowr - v2.10.3
    Preparing search index...
    BuiltInProcessorMapper: {
        "builtin:access": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { treatIndicesAsString: boolean } & ForceArguments,
        ) => DataflowInformation;
        "builtin:apply": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: BuiltInApplyConfiguration,
        ) => DataflowInformation;
        "builtin:assignment": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: AssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:assignment-like": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: ExtendedAssignmentConfiguration,
        ) => DataflowInformation;
        "builtin:default": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: DefaultBuiltInProcessorConfiguration,
        ) => DataflowInformation;
        "builtin:default-read-all-args": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: Pick<
                DefaultBuiltInProcessorConfiguration,
                "useAsProcessor"
                | "forceArgs",
            >,
        ) => DataflowInformation;
        "builtin:eval": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { includeFunctionCall?: boolean },
        ) => DataflowInformation;
        "builtin:expression-list": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:for-loop": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:function-definition": <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:if-then-else": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config?: IfThenElseConfig,
        ) => DataflowInformation;
        "builtin:library": <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:pipe": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            __namedParameters: PipeConfiguration,
        ) => DataflowInformation;
        "builtin:purrr-formula": <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:recall": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RecallConfig,
        ) => DataflowInformation;
        "builtin:register-hook": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: RegisterHookConfig,
        ) => DataflowInformation;
        "builtin:repeat-loop": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:replacement": <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:rm": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
        "builtin:s3-dispatch": <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:special-bin-op": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
            config: { evalRhsWhen: boolean; lazy: boolean } & ForceArguments,
        ) => 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:while-loop": <OtherInfo>(
            name: RSymbol<OtherInfo & ParentInformation>,
            args: readonly PotentiallyEmptyRArgument<OtherInfo & ParentInformation>[],
            rootId: NodeId,
            data: DataflowProcessorInformation<OtherInfo & ParentInformation>,
        ) => DataflowInformation;
    } = ...

    Type Declaration