ITADN

Enhancement: Node equality and isomorphism methods

#260Openaaron-sandoval 创建于 2024-03-26
A
aaron-sandovalcommented
It would be useful to have methods streamlining various Node equality checks: - Check Node equality by contents only (ignoring each Node's `children` property and subtrees) - Check Node equality including subtrees - Allow passing a function to use for Node equality - Check isomorphism of 2 Node subtrees - Allow passing a function to use for Node equality
0 条评论