lua_version method

double lua_version(
  1. Pointer<lua_State> L
)

Implementation

double lua_version(
  ffi.Pointer<lua_State> L,
) {
  return _lua_version(
    L,
  );
}