[][src]Module jlrs::global

Access token for global Julia data.

Structs

Global

Some kinds of values don't need to be protected from garbage collection, including Symbols, Modules, and functions and other globals defined in those modules. You will need this struct to access these values, you acquire it when you create a base frame through Julia::frame or Julia::dynamic_frame.