mech_interpreter

Macro impl_expop

Source
macro_rules! impl_expop {
    ($struct_name:ident, $arg1_type:ty, $arg2_type:ty, $out_type:ty, $op:ident) => { ... };
}