Lua.VM.Stdlib (Lua v1.0.0-rc.1)

View Source

Standard 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

install(state)

@spec install(Lua.VM.State.t()) :: Lua.VM.State.t()

Installs the standard library into the given VM state.