BuiltInEvalHandlerMapper: {
    "built-in:c": (
        a: RNodeWithParent,
        env: REnvironmentInformation,
        graph?: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>,
        map?: AstIdMap,
    ) => Value;
    "builtin:vector": (
        a: RNodeWithParent,
        env: REnvironmentInformation,
        graph?: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>,
        map?: AstIdMap,
    ) => Value;
} = ...

Type declaration