luad.c.all

Convenience module to import the Lua 5.1 C API. This module also exposes luaL_tolstring which works like the function with the same name in Lua 5.2.

Public Imports

luad.c.lua
public import luad.c.lua, luad.c.lauxlib, luad.c.lualib, luad.c.tostring;
luad.c.lauxlib
public import luad.c.lua, luad.c.lauxlib, luad.c.lualib, luad.c.tostring;
luad.c.lualib
public import luad.c.lua, luad.c.lauxlib, luad.c.lualib, luad.c.tostring;
luad.c.tostring
public import luad.c.lua, luad.c.lauxlib, luad.c.lualib, luad.c.tostring;

See Also

Documentation for this API can be found here.

Meta