Skip to main content

member_set

Function member_set 

Source
pub fn member_set(rule: &dyn ParseRule) -> Vec<MemberMatch>
Expand description

The full ordered member-set of a parse rule: the anchor (always a required size-1 member) followed by the rule’s extra_members. This is the list the engine fills by NodeMatch when enumerating candidate sibling groups; index 0 is always the required anchor.