luaopen_table method

int luaopen_table(
  1. Pointer<lua_State> L
)

Implementation

int luaopen_table(
  ffi.Pointer<lua_State> L,
) {
  return _luaopen_table(
    L,
  );
}