macro_rules! define_rule {
($output:ty, $lhs:ty, $rhs:ty) => { ... };
}Expand description
output = lhs * rhs lhs = output / rhs rhs = output / lhs
macro_rules! define_rule {
($output:ty, $lhs:ty, $rhs:ty) => { ... };
}output = lhs * rhs lhs = output / rhs rhs = output / lhs