fn is_mostly_unchanged_list(lhs: &Syntax<'_>, rhs: &Syntax<'_>) -> bool
Expand description

Return true if both nodes are lists with same delimiters and have the same start and end children.