BuiltInFn

Type Alias BuiltInFn 

Source
pub type BuiltInFn = fn(&[Value]) -> Result<Value, RuntimeError>;
Expand description

Type alias for built-in function implementations