Enhancement: Node equality and isomorphism methods
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 条评论