Expand description
Built-in standard library modules.
These modules are automatically registered in every Engine instance and provide namespaced access to common functions and constants. The same functions remain available as top-level builtins for backwards compatibility.
Functionsยง
- io_
module - Build the
iostdlib module. - json_
module - Build the
jsonstdlib module. - math_
module - Build the
mathstdlib module. - register_
stdlib - Register all stdlib modules in the given environment.
- string_
module - Build the
strstdlib module.