impl_binary_inst

Macro impl_binary_inst 

Source
macro_rules! impl_binary_inst {
    ($type:ident, $operand_type:expr,$func: ident, $lhs:ident, $rhs: ident, $value_type: ident) => { ... };
}
Expand description

impl BinaryInst trait automatically.