pub type NativeFunc = fn(proc_name: &str, args: &List, context: &EvalContext) -> EvalResult;Expand description
The function signature for native procedures – Proc::Native.
pub type NativeFunc = fn(proc_name: &str, args: &List, context: &EvalContext) -> EvalResult;The function signature for native procedures – Proc::Native.