pub fn open_table(state: &mut LuaState) -> Result<usize, LuaError>
C: luaopen_table(L) — open the table library.
luaopen_table(L)
table
LUAMOD_API int luaopen_table (lua_State *L) { luaL_newlib(L, tab_funcs); return 1; }