Macro impl_partial_eq_n

#[macro_export]
macro_rules! impl_partial_eq_n {
    ($lhs:ty, $rhs:ty) => { ... };
}