Function alt_repeat_rules
pub const fn alt_repeat_rules<const N: usize, const ALT_REPEAT_RULE_COUNT: usize>(
rules: [AltRepeatRule; N],
) -> [AltRepeatRule; ALT_REPEAT_RULE_COUNT]Expand description
Builds a fixed-size alt-repeat rule array from a shorter const list (codegen helper).