Skip to main content

parse_arity

Function parse_arity 

Source
pub fn parse_arity(rule: &dyn ParseRule) -> usize
Expand description

A parse claim’s arity: the number of declared member slots (anchor + extras). Drives arity-descending precedence — larger claims are attempted first.