Type Alias UserFunction

Source
pub type UserFunction = (Gc<Expr>, GcLinkedList<(Symbol, Gc<Value<Context>>)>);
Expand description

The type of a user-defined function.