macro_rules! impl_matrix_pairwise_binop {
($imp:ident, $method:ident, $imp_assign:ident, $method_assign:ident $(where [$($clauses:tt)*])?) => { ... };
}macro_rules! impl_matrix_pairwise_binop {
($imp:ident, $method:ident, $imp_assign:ident, $method_assign:ident $(where [$($clauses:tt)*])?) => { ... };
}