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