call_builtin

Function call_builtin 

Source
pub fn call_builtin(name: &str, args: &[Value]) -> Result<Value, String>
Expand description

Call a registered language builtin by name. Supports function overloading by trying different argument patterns. Returns an error if no builtin with that name and compatible arguments is found.