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 ๐
Constantsยง
Type Aliasesยง
- Built
InFn ๐