luaTableLib function

int luaTableLib(
  1. LuaState state
)

Lua table library, pass to LuaState.requiref.

Implementation

int luaTableLib(LuaState state) => luaopen_table(state.L);