Skip to main content

Module function_library

Module function_library 

Source
Expand description

Function library: signature-based multiple dispatch for expression evaluation.

Structs§

FunctionEntry
A registered function overload.
FunctionLibrary
Registry of functions available in expressions.

Traits§

EvalContext
Trait for the evaluator context that function implementations can access.

Type Aliases§

FunctionImpl
Type alias for a boxed function implementation.