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)]
- Automatically derived from ByteFnPrototype via
#[derive(Trace)]
- SubrFn ๐
Type Aliasesยง
- Built
InFn ๐