Module function

Source

Structs§

Function
Represents a function. This is a struct that wraps the function’s name, parameters, and body. It also contains a reference to the environment in which it was defined.
NativeFunction
Represents a native function. This is a special type of function that is used to implement built-in functions. These functions are external to the language and are implemented in Rust. They are used to provide access to the host environment.