Macro is_bytewise_comparable

Source
macro_rules! is_bytewise_comparable {
    ($($t:ty),+ $(,)?) => { ... };
}