macro_rules! impl_CFComparison {
($ty:ident, $compare:ident) => { ... };
($ty:ident<$($p:ident $(: $bound:path)*),*>, $compare:ident) => { ... };
}
macro_rules! impl_CFComparison {
($ty:ident, $compare:ident) => { ... };
($ty:ident<$($p:ident $(: $bound:path)*),*>, $compare:ident) => { ... };
}