Skip to main content

trees_equal

Function trees_equal 

Source
pub fn trees_equal(a: &SyntaxNode, b: &SyntaxNode) -> bool
Expand description

Returns true if both trees emit the same string (same tokens and trivia).