Settings
Help

Module func

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 πŸ”’