Skip to main content

lua_v_doarithimpl

Function lua_v_doarithimpl 

Source
pub unsafe fn lua_v_doarithimpl(
    L: *mut lua_State,
    ra: StkId,
    rb: *const TValue,
    rc: *const TValue,
    op: TMS,
)