lua_arith method

void lua_arith(
  1. Pointer<lua_State> L,
  2. int op
)

Implementation

void lua_arith(
  ffi.Pointer<lua_State> L,
  int op,
) {
  return _lua_arith(
    L,
    op,
  );
}