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.