Skip to main content

binary_int_op

Macro binary_int_op 

Source
macro_rules! binary_int_op {
    ($self:expr, $a:expr, $b:expr, $call_expr:expr, $op:expr) => { ... };
}
Expand description

Macro for binary integer arithmetic (returns number).

Used in apply_binary_builtin for arithmetic operations.