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.
macro_rules! impl_binary_inst {
($type:ident, $operand_type:expr,$func: ident, $lhs:ident, $rhs: ident, $value_type: ident) => { ... };
}impl BinaryInst trait automatically.