No, the data stored inside the tree is not in any way related to the tree itself. You should think of a data tree as a Dictionary<GH_Path, List<T>>
. That’s really all it is plus a bunch of utility functions for flattening and grafting etc.
3 Likes