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 π