Macro is_bytewise_comparable_array_length

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