Module func

Source

Structs§

ByteFn 🔒
A function implemented in lisp. Note that all functions are byte compiled, so this contains the byte-code representation of the function.
ByteFnPrototype 🔒
FnArgs 🔒
Argument requirments to a function.
RootedByteFn 🔒
Automatically derived from ByteFn via #[derive(Trace)]
RootedByteFnPrototype 🔒
Automatically derived from ByteFnPrototype via #[derive(Trace)]
SubrFn 🔒

Constants§

derive_trace_ByteFn 🔒
derive_trace_ByteFnPrototype 🔒

Type Aliases§

BuiltInFn 🔒