Lua.VM.Stdlib (Lua v1.0.0-rc.0)
View SourceStandard library functions for the Lua VM.
Provides essential built-in functions that are available in the global scope when the standard library is installed.
Summary
Functions
Installs the standard library into the given VM state.
Functions
@spec install(Lua.VM.State.t()) :: Lua.VM.State.t()
Installs the standard library into the given VM state.