Expand description
Compilation of functions.
Structs§
- A compiled function that can be called.
Traits§
- A trait for a compiled function that can be called.
- A trait for functions that can be called with state.
- A trait for functions that can be compiled.
- A trait for functions that can be compiled with state.
Functions§
- Clear the memory cache.
- Returns a compiled function that produces the same output as
f
. - Similar to
crate::transforms::compile
but allows for functions that take a mutable reference to a state. - Globally disable the compilation of functions.
- Globally enable the compilation of functions.