Skip to content

id_tree v1.6.0

Compare
Choose a tag to compare
@iwburns iwburns released this 24 Aug 13:30
· 10 commits to master since this release
4972b05

This release adds two new ways to manipulate Nodes within a Tree:

  • make_first_sibling - Puts the node in the first position relative to other sibling nodes.
  • make_last_sibling - Puts the node in the last position relative to other sibling nodes.

Special thanks to @spearman for the contributions!