Skip to main content

lua_binary

Function lua_binary 

Source
pub fn lua_binary(
    cx: &mut Cx,
    _env: &mut LuaEnv,
    op: LuaOp,
    left: Value,
    right: Value,
) -> Result<Value>
Expand description

Applies a Lua binary operator using metamethods before primitive behavior.