Type Alias NativeFunc

Source
pub type NativeFunc = fn(args: &Vec<Value>, callstack: &mut Runtime) -> EvalResult;