luaL_openlib

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void luaL_openlib(lua_State* L, const(char)* libname, const(luaL_Reg)* l, int nup)
  2. void luaL_openlib(lua_State* L, const(char)* libname, const(luaL_Reg)* l)
    extern (C) @safe nothrow deprecated pragma(inline, true)
    void
    luaL_openlib
    (,
    const(char)* libname
    ,
    const(luaL_Reg)* l
    )

Meta