Macro implement_ord_trait

Source
macro_rules! implement_ord_trait {
    ($type:ident, $inner:ty, $int:ty) => { ... };
}