ValueTree unordered in future?

Hi,

For now the ValueTree is ordered. I mean you get properties (“getNumProperties / getPropertyName”) in the same order they have been appended. Is this something guaranteed or implementation dependant (and thus could change in the future)?

For the list of child ValueTree, yes, the order is guaranteed.

But for properties, no, it could change in future. We should probably add a note about that, thanks for asking.

Yep. A note should avoid complaints later :wink: