pub fn each_pattern_operand_ids(pattern: &Pattern) -> Vec<IdentifierId>Expand description
Collect all IdentifierIds from a pattern.
Convenience wrapper around each_pattern_operand that maps to ids.
pub fn each_pattern_operand_ids(pattern: &Pattern) -> Vec<IdentifierId>Collect all IdentifierIds from a pattern.
Convenience wrapper around each_pattern_operand that maps to ids.