Macro impl_fixed_array_like_op_binary

Source
macro_rules! impl_fixed_array_like_op_binary {
    ($name: ident, $dim : expr, $op_trait_name: ident, $op_trait_fn_name : ident) => { ... };
}