luaopen_debug method

int luaopen_debug(
  1. Pointer<lua_State> L
)

Implementation

int luaopen_debug(
  ffi.Pointer<lua_State> L,
) {
  return _luaopen_debug(
    L,
  );
}