ValueTree insert method

Since the nodes in a value tree guarantee order (like an array), can an insert method be added so that all things after this “insert point” would be moved down?

ValueTree::addChild can do this. Pass in an index.