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ยง
- Function
Entry - A registered external function.
- Function
Map - A map of named functions that can be called during evaluation.