Type Alias BuiltinFunction

Source
pub type BuiltinFunction = fn(Vec<Gc<Value<Context>>>) -> Result<Gc<Value<Context>>, RuntimeError>;
Expand description

The type of a built-in function.