macro_rules! impl_ops_cmp_p {
(impl $imp:ident, $imo:ident, $method:ident for $t:ty, $u:ty, $sgn:expr) => { ... };
}
Expand description
impl_ops_cmp_p without Copy derive
macro_rules! impl_ops_cmp_p {
(impl $imp:ident, $imo:ident, $method:ident for $t:ty, $u:ty, $sgn:expr) => { ... };
}
impl_ops_cmp_p without Copy derive