pub fn lua_newtable(l: LuaState)
Creates a new empty table and pushes it onto the stack. It is equivalent to lua_createtable(l, 0, 0).
lua_createtable(l, 0, 0)