Closed lijunsong closed 5 months ago
Note: I could clean it up on my end with a squashed commit. But I think you can simply squash it with a click on your end when merge, so I'll let you handle it. Let me know if you need me to clean it.
This is great, thank you!
This PR exports the underlying tree_node's
id
field asUInt
.There were two choices to make: one is to export the id, the other is to make a Node hashable based on the id. Investigation shows it's the least confusion solution to export the
id
field. Details see #26