Module function

Source
Expand description

Represents a block of code which lives inside the Interpreter

Modules§

collect_upvars
Collects the “Upvars” of a function at the point of its creation, allowing variable capture

Structs§

Function
Represents a block of code which persists inside the Interpreter