Macro impl_CFComparison

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