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