Type Definition oftlisp_anf::BuiltinFunction [] [src]

type BuiltinFunction = fn(_: Vec<Gc<Value<Context>>>) -> Result<Gc<Value<Context>>, RuntimeError>;

The type of a built-in function.