Skip to main content

alt_repeat_rules

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).