macro_rules! is_bytewise_comparable_array_length {
    ($($n:literal),+ $(,)?) => { ... };
}