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.
macro_rules! binary_int_op {
($self:expr, $a:expr, $b:expr, $call_expr:expr, $op:expr) => { ... };
}Macro for binary integer arithmetic (returns number).
Used in apply_binary_builtin for arithmetic operations.