Macro impl_ordered_bytes_ints

Source
macro_rules! impl_ordered_bytes_ints {
    ($([$unsigned:ty, $signed:ty]),*) => { ... };
}