Inserts the given value into the tree.
This is not a stable insert. You will get strange results if you insert into a tree while iterating over it.
true if any values were added.
See Implementation
Inserts the given value into the tree.
This is not a stable insert. You will get strange results if you insert into a tree while iterating over it.