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