Skip to main content

Module function_map

Module function_map 

Source
Expand description

Function registry for user-defined external functions.

The FunctionMap allows registering custom functions that can be called during expression evaluation via ExternalFun instructions.

Structsยง

FunctionEntry
A registered external function.
FunctionMap
A map of named functions that can be called during evaluation.