lua_close method

void lua_close(
  1. Pointer<lua_State> L
)

Implementation

void lua_close(ffi.Pointer<lua_State> L) {
  return _lua_close(L);
}